Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Shauna Gordon[/eluser]
Okay, now I found an actual bug, though it is only in the sample controller.

In the auth.php controller file, in function forgot_password():

Code:
$identity = $this->config->item('identity');

should be:

Code:
$identity = $this->config->item('identity','ion_auth');


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 07-19-2011, 11:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB