Saturday, April 4, 2009

Re: How to work with Auth->password()

It depends on what hashing algo is being used. If it's SHA1 (default)
it should be CHAR(40), if MD5, CHAR(32), etc.

On Sat, Apr 4, 2009 at 5:50 AM, Miles J <mileswjohnson@gmail.com> wrote:
>
> Your password column in your database table probably isnt long enough.
> Set it to varchar 200.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: