I'm new to Cake and trying to figure out basic functionality. My first
"project" I'm using to assist my learning process is to register and
manipulate "user" accounts. My first snag has been in the registration
process.

When a user registers he is presented with the following fields:
username, password, confirmpassword*, email, and confirmemail*. The
fields with an asterisk do not exist in the model for obvious reasons.
What I need to do, but have found no obvious way to handle, is validate
that the password and confirmpassword fields match, as well as the
email and confirmemail fields.

Is there a good and/or right way to handle this validation (which
should also inform me how to handle non-model form fields going
forward)?

TIA

-Sam


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

Reply via email to