As far is I know there is no configuration for this, a workaround is to name your password form fields not 'password'. Keep in mind that you have to manually hash the passwords then using $this->Auth->password($your_password)
On Thu, Oct 1, 2009 at 7:56 AM, Mukhamad Ikhsan <[email protected]>wrote: > I have a password field that when submiting, the value is already hashed. > before, I'm not really concider with this problem, but now i realize because > of that, the validation for 'notEmpty' is break. Even i enter the empty, > Cake automated hashed the empty value so i never get validation error for > notEmpty in password field. There is some configuration for this? > > -- > Mukhamad Ikhsan > http://www.diodachi.com > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
