Try this: http://www.milesj.me/blog/read/debugging-cakephp-auth/
Or it could also be your password column in your database is at like 30 varchar... you would at least need 50+ if your hashing passwords. Its possible some of the hashed password got cut off. On Dec 17, 11:29 am, Christian <[email protected]> wrote: > Hello, > > I've been trying to find an error that does not let me login. > Basically when I submit the correct username and password it says its > a wrong password. I have not yet changed the layout views and in the > default layout a table shows up with the SQL queries that were > executed, well there I noticed that the password hashed being search > for was not the same one that in the database for the user im login > as, but the curious thing is that the hash is almost the same just > about 5 or 8 extra characters. I am clueless on what to do really, it > seems like the password i enter when i register is not the same one > that gets saved. Help please? > > Christian A. Sueiras --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
