And if it’s gone what I should do to emulate this function? Auth base on ORM.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using file driver there is force_login function in https://github.com/kohana/auth/blob/3.2/master/classes/kohana/auth/file.php on line 59
And if you are using ORM, function is in https://github.com/kohana/orm/blob/3.2/master/classes/kohana/auth/orm.php on line 123.