On Dec 10, 6:03 am, gearvOsh <[EMAIL PROTECTED]> wrote: > I found out the problem after much debugging and stress. I was using > an old db that didnt use a salted password HENCE thats why it would > not login because it was adding the salt to the passwords. So when I > removed the salt it worked. Something like that should be noted in the > cookbook.
That's great. I experienced this pitfall once too (I added the salt in core.php AFTER I saved the passwords in the DB that's why the passwords were not matching). > Also, if you are logged in, should you NOT be able to go to the login > page? -I think this is the best way of doing it. If you're already logged, you should be automatically redirected to your user page when you try to access the login page. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
