Roundcube Community Forum

Release Support => Release Discussion => Topic started by: Fieriweb on July 16, 2008, 10:37:21 PM

Title: Can sone one knows what are the default adin username and password
Post by: Fieriweb on July 16, 2008, 10:37:21 PM
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
Title: Can sone one knows what are the default adin username and password
Post by: glynford on July 17, 2008, 04:06:40 AM
There are no admin user/pass in roundcube. The only username and password you need are the email accounts you created in the cPanel.
Title: Can sone one knows what are the default adin username and password
Post by: Fieriweb on July 17, 2008, 11:30:02 AM
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
Title: Can sone one knows what are the default adin username and password
Post by: rosali on July 18, 2008, 01:21:18 AM
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