hi Davor

you probably need to sort your Auth fields array

http://book.cakephp.org/view/1251/Setting-Auth-Component-Variables

which will allow you to access pwd into Auth.


On 27 Jul 2010, at 18:08, Davor Ilic wrote:

> 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] => m...@ema.il
>             [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] => m...@ema.il
>             [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 cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
> http://groups.google.com/group/cake-php?hl=en

-- 
Mike Karthäuser
Managing Director - Brightstorm Ltd 
Email: mi...@brightstorm.co.uk 
Web: http://www.brightstorm.co.uk 
Tel: 07939 252144
Address: 1 Brewery Court, North Street, Bristol, BS3 1JS

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to