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

[eluser]haseydesign[/eluser]
@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


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



Theme © iAndrew 2016 - Forum software by © MyBB