User/passwd on Roundcube config.inc.php
Hi, after an succesful install (Debian 10, apache2), I get these messages:
The default ISPConfig Username is: admin and the Password is: admin Warning: This is a security risk. Please change the default password after your first login.
You will need to edit the username and password in /var/lib/roundcube/plugins/ispconfig3_account/config/config.inc.php of the roundcube user, as the one you set in ISPconfig
I wonder:
- First, does it mean I should use "admin" user and my ispconfig passwd in this roundcube file?
- Second, it's insecure, isn't it? Because any user can access to this file... And password is configured in plain text...
Hi, I was wrong about this password, because it's not the ispconfig admin password but a new roundcube password you should create. From here:
Roundcube does not use the ispconfig admin user login. Roundcube uses a remote user with limited permissions that you have to add in ispconfig under System > remote users.
I think this notice should be more clear.
I've did a pull request #316 Could you check it, @servisys ?
The pull request was merged on 2020. Closing this issue.