[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);