Auth does that to ensure the password is never shown in plain text...
in a log, in an unexpected debug output or some similar situation. By
the time you get the data Auth has already done it's authentication
and the password should be more or less unimportant.




On Aug 17, 9:38 am, Veoempleo <[email protected]> wrote:
> Hello,
>
> I'm implementing a very simple authentication using Auth component.
>
> In my login.ctp view I have the two essential fields at the form:
> - user
> - password
>
> But when log the data from the view, I always get the password field
> in blank. Any sugestion?
>
> Thank you in advantage
--~--~---------~--~----~------------~-------~--~----~
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