have a registration form and I am trying to make it so the user
verified his password

I have this:
var $validate = array(
'username' => VALID_NOT_EMPTY,
'password' => VALID_NOT_EMPTY,
'verify' => VALID_NOT_EMPTY,
'email' => VALID_EMAIL,
'website' => VALID_NOT_EMPTY
);

How would I make it so 'verify' has to be the same value as password?
Thanks.

--~--~---------~--~----~------------~-------~--~----~
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