I am this tutorial to implement login system in my application. It is giving me following error in process action:
Message: Method "getAuthAdapter" does not exist and was not trapped in __call()
on following line:
$adapter = $this->getAuthAdapter($form->getValues());
So now I have to implement getAuthAdapter() function but how to code in this function.
Thanks
If you want to authentication via database you can use this code:
Database authentication docs you can find here
For other adapters look here