Here's what I got in my view:
///code...
 <?php echo $form-
>input('User.password',array("type"=>"password","label"=>false));
                echo $form->error("User.password");
        ?><br />

//....more code


In my controller I have:

//code....

print_r($this->data);


when i have Auth enabled, I get:

Array ( [User] => Array ( [username] => [referer] => ) )

The odd thing is that if I disable Auth, then I get:

Array ( [User] => Array ( [username] => [referer] => [password] => ) )

Any suggestions or thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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