I'm trying to build a form that includes both a password_confirm field as well as a email_confirm field. The password_confirm field behaves as expected when using a confirmPassword() function in the model that compares the two fields, 'password' and 'password_confirm'.
However, there's a problem when trying to do the same thing with the 'email_confirm' field. Cake is looking for a User.email_confirm column that does not exist. Why does Cake not throw an error with 'password_confirm'? What's a good strategy to avoid an error that does not involve creating an extra column in the User table? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
