[eluser]crashfellow[/eluser]
Just implemented this and have been able to get it up and running nicely just have a couple of questions
1) How can i change the login to be username instead of email? without breaking the forgottenpassword.
2) I would like my application to load up the login page straight away when you visit the site (unless your login is still in session) and once logging in your site continues.
Also on a per page / controller basis, what would i do to check to make sure you are currently logged in?
Keeping in mind that the admin person should go to one area (ie: /admin) and a non admin would just go to a page (ie: list/display)
Thanks for this system btw! currently writing a project and using this as the basis for the login and user system