Also heres a debug of $this->data:

Array
(
    [Form] => Array
        (
            [username] => test123
            [password] => pass123
        )

)

And the query being run by $this->Auth->login():

SELECT `User`.`id`, `User`.`username`, `User`.`password` ........ FROM
`users` AS `User` WHERE `User`.`username` = 'test123' AND
`User`.`password` = 'pass123' LIMIT 1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to