I am making use of this excellent library called Tank Auth. Hopefully this question won\'t be too niche as its specific to this library.
I am trying to work how I can lo
The creator of this email library was kind enough to reply to my email very quickly and it was a very easy solution! As simple as calling the login function!
$this->tank_auth->login($data['email'], $this->form_validation->set_value('password'), true, $data['login_by_username'], $data['login_by_email']);