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

[eluser]haseydesign[/eluser]
@C1t1zen

When you say you are closing your browser, are you actually completely closing the browser, or just the browser tab that has the flexi auth demo open?
I know that at least with Chrome, if you just close the tab, then it does not remove the cookie until the browser is properly closed.

If this is not the case, could you let me know the browser version that you're using.

------------------------------------------------------------------------------------------------

@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?


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 04-18-2013, 03:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB