I'm having two issue with Kohana Auth module:
- Able to login with false password
- I have logout from the application, but when click on Back button in browser, it display the content of the secured side. Then I refresh that page, it's redirect to login page - which this redirect I need it when user click on Back button in browser.
What I have done so far:
- I've create a workaround to check manually the password equality instead of using built-in login method and if success, use the Kohana Auth predefined method.
- I've done checking the Session value using Firebug, it's changing when I logout. Which suppose if clicking on Back button won't display the secured side as I've an ACL implement on the pages.
Hopes anyone can help me on this...really a critical request..
Some of my reference:
- Cannot login with Kohana 3.3.0 ORM Auth
- http://forum.kohanaframework.org/discussion/comment/78699#Comment_78699
- http://forum.kohanaframework.org/discussion/11756/kohana-auth-module-3-3/p1
Regards, Nas
Maybe this will help: Register action:
Login action: