Not quite sure what you were trying to do. How are you creating a new
user? Using the Add function in the User controller? If you are, then
the password will automatically be hashed by the ACL/Auth before it is
saved to the database.



On Feb 16, 1:36 pm, toby1kenobi <toby.math...@gmail.com> wrote:
> Hi there,
>
>   I've been following the great Acl/Auth tutorial in the manual
> (http://book.cakephp.org/view/641/Simple-Acl-controlled-Application).
>
>   I  have a problem at the point of creating users (10.2.4 Acts As a
> Requester) - passwords are added to the database in plain text. This
> means the login method doesn't work, as it's expecting them to be
> hashed. I've been back over the tutorial a couple of times, but can't
> see what I've missed. Looking elsewhere I've been unable to determine
> what aspect of the setup might handle this - anyone able to cast any
> light on this?
>
>   Thanks,
>
> Toby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to