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

[eluser]ReyPM[/eluser]
[quote author="haseydesign" date="1358931934"]@ReyPM

There could be a couple of issues causing your problem.

First off, when testing the demo, ensure you have not changed the following config setting within the flexi auth config file.
Code:
$config['security']['static_salt'] = 'change-me!';

This salt is used for hashing passwords and should only be changed when starting a new site, not for the demo.

If that isn't the problem, then it could be that you have an old PHP version on your server.
I'm not 100% sure what the minimum compatible version is, but I think 5.2+ should work.

Other than that, I would guess there may be a problem with your config setup.
In which case, try and install the library from scratch on a brand new Codeigniter installation following the user guide @ http://haseydesign.com/flexi-auth/user_g...stallation
[/quote]

Hi haseydesign and thanks for your reply but I didn't change the salt and also my PHP version is 5.3.18 (or the latest at CentOS repos) so any other suggestion regarding this problem? I really like to use your amazing library in my project because it have more than others (IonAuth, DX_Auth, Tank, etc)


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 01-23-2013, 11:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB