Hi i have a problem with my password row.
i have to use the row -> pwd but if i do this to login i got this array:
Array
(
[User] => Array
(
[email] => [email protected]
[pwd] => mypassword
[password] =>
)
)
it seems that i can´t say don´t use password for post it or check it with pwd.
i don´t know exactly how to translate it. i hope guys you understand
me what i meen.
the array should look like this and search in the table for the row
pwd and not password:
Array
(
[User] => Array
(
[email] => [email protected]
[pwd] => mypassword
)
)
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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