Yup. I see the point.

So in this case,
$this->Auth->login($this->data); // login user

I'm trying to pass the data from my form to be used for login.
As what I know, cakephp automatically hashes the password field of the
model 'user'.
So using $this->data in $this->Auth->login() might have some problem.

Any suggestions?

On Sep 24, 3:07 pm, Fran Iglesias <[EMAIL PROTECTED]> wrote:
> El 24/09/2008, a las 9:02, mario escribió:
>
> > This time, it failed to login the user. It seems like there is some
> > problem in terms of hashing my password.
>
> Not sure, but you may try to login the User, with the non-hashed  
> password.
> --
> Fran Iglesias
> [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to