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

[eluser]Shinamee[/eluser]
[quote author="haseydesign" date="1366280309"]
@Shinamee

My first steps to diagnose the problem here would be to ensure that the user id and the uacc_forgotten_password_token both match the value within the database, then ensure that the uacc_forgotten_password_expire date is still in the future.

You can redefine the expire time of forgotten passwords via the config setting:
Code:
$config['security']['expire_forgotten_password'] = 15;

If nothing stands out as wrong, then what is the code that you're using to run this feature?[/quote]

Hello,

I am still getting the same error and I have double checked the user_id and token matches, I only changed
Code:
$config['security']['expire_forgotten_password'] = 15;
to
Code:
$config['security']['expire_forgotten_password'] = 1440 // 24 hours;

For this part, I am not using any custom code, I have the default from the demo ... I only changed layouts to match my design.


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 06-10-2013, 06:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB