Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]Dave Morton[/eluser]
In answer to my own post, above, I've found the problem and I feel like a yutz. :down:

In the file config/flexi_auth_install.php (the original file, but renamed to prevent "contamination" from a botched install), on line 230, I found this:

Code:
$config['database']['settings']['primary_identity_col'] = 'username';

By changing it to this:

Code:
$config['database']['settings']['primary_identity_col'] = 'uacc_username';

the problem went away. How I missed this is beyond me. :bug:


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 11-30-2013, 03:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB