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

[eluser]farocco[/eluser]
I changed the auth.php forgot_password to use templates.
$this->data['title'] = 'Forgot Password';
$this->data['content'] = 'auth/forgot_password';
$this->load->view('includes/template', $this->data);

The code below was the orginal.
//$this->load->view('auth/forgot_password', $this->data);


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 05-03-2010, 05:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB