Yes it does, I mean for me .. Because when a user enters his password
I want to verify the strength (ie : 6 characters, at least a numeric
and different from user name). So when you use "password" as field
name (in your add view), you will get it already hashed (in your
controller $this->data['User']['password'], so impossible to check
anything.
Unless I missed something ... I had to change the field name to be
avoid hashing..


On Sep 10, 10:16 pm, "Sonic Baker" <[EMAIL PROTECTED]> wrote:
> On 9/6/07, francky06l <[EMAIL PROTECTED]> wrote:
>
>
>
> > - do not use the name "password" in the views (login or other user
> > management views), but another "dummy" name. Handle this dummy name
> > (hash or whatever and replace in your password field) prior to save.
>
> Why not use the name 'password'?
> Does it really make a difference?
>
> Just wondering.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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