Rainloop admin not working

I have installed cyberpanel in new centos8 but the rainloop admin password not working
usually, it is admin/12345
but it is getting ‘Authentication failed’

May I know what is the issue, does the default login/pass changed in the newer release?

I found it by myself

on the new version of cyber panel, the default rainloop admin pass is set to a random pass, we can find it under the file /usr/local/CyberCP/public/rainloop.php
as following

$oConfig->SetPassword(‘RANDOM_ADMINPADD’);

Thank you very much man, problem solved!

Would you know how I can activate Filters in emails?

I already released the door however in Sieve, I continue to receive the following error

stream_socket_client (): unable to connect to tcp: // localhost: 4190 (Network is unreachable)

The admin password is 1234567

If you go into /usr/local/CyberCP/public/rainloop.php you can see the password that has already been put in.
Then you can log in, and change password your self.

First, you install nano to use the tutorial below for your OS.

CentOS / RHEL / Fedora
[joseph@CentOS8 ~]$ sudo yum install -y nano

Ubuntu / Debian / Mint
joseph@ubuntu1804:~$ sudo apt-get install -y nano

Then you open the file in the editor using ssh. (Or WinSCP).

nano /usr/local/CyberCP/public/rainloop.php

Mine actually doesn’t work even if I use the password found in /usr/local/CyberCP/public/rainloop.php. How do I make sure there is an admin email account?