Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: $mokey on September 14, 2009, 07:39:24 PM

Title: how to add user's in roundcube
Post by: $mokey on September 14, 2009, 07:39:24 PM
Hi,

I'm new to roundcube and going into an environment where its already setup.  We are using a domino server and 5 people are already setup on this.

How would I add an existing mail user so they can login to roundcube?
Title: how to add user's in roundcube
Post by: Julius Caesar on September 15, 2009, 02:50:09 AM
Make sure the setting for auto_create_user is set to true in the ./config/main.inc.php:

Code: [Select]
$rcmail_config['auto_create_user'] = TRUE;

And simply let the user log in. RoundCube will create the necessary rows in it's own database.