Use the password hasher to hash your password, then save it instead of "123" and it should work.
See the CakePHP book at this location for the password hasher: http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#hashing-passwords Enjoy, John On Sunday, 11 January 2015 13:52:07 UTC+2, tech_me wrote: > > > If '123' is the actual data in your password field in the data record, > it's very likely this is the problem you're having with logging in. > Maybe this is the problem;) > > [snip] > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
