Roundcube Community Forum

Release Support => Release Discussion => Topic started by: dkost on December 08, 2012, 06:11:25 PM

Title: Login Failed
Post by: dkost on December 08, 2012, 06:11:25 PM
I have a new install of v 0.8.4 that I get a login failed message for all registered users. I have a working install of v0.7.4 that works perfectly.

The install of v0.8.4 has a new directory and new database. I set the config file to the same options of the v0.7.4 install.
Here is a excerpt from the error log (domain name changed)

[08-Dec-2012 17:47:39 -0500]: PHP Error: Access denied for new user donkost@xxxxx.com. 'auto_create_user' is disabled in /home/drk/public_html/rc84/program/include/rcmail.php on line 972 (POST /rc84/?_task=login&_action=login)

This user (donkost) exists and can log into the V0.7.4 version without a problem.
Any ideas as to where to look?
Thanks.
don...
Title: Re: Login Failed
Post by: dkost on December 08, 2012, 07:04:21 PM
ok.. so I turned on auto_create_user in the config file and I'm  now able to login in.

I thought this setting was to enable users who didn't exist create an account. Is this setting used solely to populate the roundcube db with users?
Title: Re: Login Failed
Post by: SKaero on December 08, 2012, 11:55:07 PM
Is this setting used solely to populate the roundcube db with users?
Yes.
Title: Re: Login Failed
Post by: dkost on December 09, 2012, 08:29:18 AM
Is this setting used solely to populate the roundcube db with users?
Yes.

Thanks. Been a while since I used a fresh db, always dumped data from existing db into a new one.