Hello,
Recently I have installed round cube via my web host provider (BlueHost) and to be quite honest with you I have no idea what the admin username and password are. It appears I never received such thing.
Can someone knows what are the default adin username and password
best regards,
Fieriweb
There are no admin user/pass in roundcube. The only username and password you need are the email accounts you created in the cPanel.
Ah Thank you. That'll explain it.
Now. Is Round cube able to provide self registration for my users?
I hate the idea of manually creating email accounts. If Round cube has this feature than this is the software to have for such procedure.
regards,
Fieriweb
Configure ./config/main.inc.php to add users automatically on first successful login:
$rcmail_config['auto_create_user'] = TRUE;
Notice: Users have to exist on your IMAP server. RoundCube is not able to create users on the MTA backend!
There is a self-registration script anywhere on the forum for hmailserver and I think for cpanel too.
-Roland