Just rename the field to something else, like password1. Once it
passes validations just set password to equal password1. Thats what
most people do, and yes its quite annoying in the way Auth is handled.

On Sep 30, 10:56 pm, 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 Ikhsanhttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to