When I create a user, the password is hashed correctly and I can log in with that user.
If I then edit the same user to change the password, the password isn't hashed, but stored as plain text so I can no longer login with that user (as the password I enter at the login is internally hashed). Am I missing something here? Does cake not automatically hash the password when the record is updated? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
