Nov
25
Cook up Web sites fast with CakePHP - Invalid Login
November 25, 2008 |
If you have been reading and learning from Cook up Web sites fast with CakePHP, and found that after complete Part 1 and Section 2 of part 2, when you try to log in, you may get the error says: Invalid Login.
The reason is because of the md5 password, the users you previously registered using plain text as password are now treated as md5 hashed password, so of course there will be a login problem, the solution is simple, simply delete the existing user rows and register some new users, and the problem will automatically go away.
Hope this helps! :)
Similar Posts
- CakePHP acl delete aro Correct Systax
- CakePHP Solution for Warning: Cannot modify header information - headers already sent
- CakePHP Solution for Could not open input file: acl.php
- Cook up Web sites fast with CakePHP ACL Problem
- Cook up Web sites fast with CakePHP knownusers.thtml
- Cook up Web sites fast with CakePHP MySQL Syntax Problem
- CakePHP - the right syntax to use near ‘generateList’


































