Hi!
This is not quite working for me atm. I've tracked down the problem and it's that by the time UsersController.login method is called, the data.User.Password is gone.
Not sure exactly where yet, but the Auth component is called BEFORE, does its magic, unsets the password and by the time you want to use the password value for the cookie, it's just blank.
I'm on Cake 1.2.0.7296 RC2, is this supposed to work there?
Thanks!
Juan