I do need my own hashing just because my legacy user database has md5
passwords without a prepended salt. My new hashing method doesn't
include the CakePHP salt and allows people to log in with the same
accounts they had before.
I'll give allow('*') a try in a bit.
Thanks.
On Sep 16, 11:09 pm, Miles J <[email protected]> wrote:
> You don't need your own hashing method if you put: Security::setHash
> ('md5'); That does the same thing as your custom method.
>
> What happens when you do allow('*');
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---