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
[email protected]. '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...
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?
Quote from: SKaero on December 08, 2012, 11:55:07 PM
Quote from: dkost on December 08, 2012, 07:04:21 PM
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.