Thx for the tipp, but if I place it in the checkPasswords, I don't get
to see the values:

function checkPasswords($data) {
   debug($data, true);

   if($data['password'] == $this->data['User']['password2hashed'])
      return true;
   else
      return false;
}

in the core I have:     Configure::write('debug', 2);

On Apr 18, 11:56 am, Miles J <[email protected]> wrote:
> Put a debug($this->data) within the checkPasswords(). Thatll let you
> know if the 2 password fields are being hashed and match.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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