Re: Remember Me with Cookie and Auth Component

2011-11-29 Thread Jordy van Kuijk
Hi Miles, I cannot get the component to work, so I switched back to my own cookie login method. I can successfully login the user with the cookie, however, I only have the email address and password available. Is there anyway that i can initialize the user after he logged in? When i debug $thi

Re: Remember Me with Cookie and Auth Component

2011-11-22 Thread Miles J
Here you are: https://github.com/milesj/cake-auto_login On Nov 22, 10:23 am, Jordy van Kuijk wrote: > Hi all, > > I'm trying to add a "remember me" checkbox into my login form. > When users check the box, they log in and a cookie ('Auth.User') is > stored, with 'email' and 'password' fields (this