Hello,

     I have a form which has a password field..

 

$form->password('userpassword', 
array('id'=>'user_registration_password','label'=>'','class'=>'inputbox1', 
'value'=>''));

 

The above field with name userpassword works fine.. but when I change 
'userpassword' to just 'password' , the password field is empty.. When I echoed 
the $this->data in my user controller I get this..

 

 

<pre>Array
(
    [User] => Array
        (
            [email_address] => 1...@test.com
            [password] => 
        )

)

 

Any help would be appreciated.

 

Thanks,

Bharani

_________________________________________________________________
HotmailĀ® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
--~--~---------~--~----~------------~-------~--~----~
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