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 <[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---
