> Does anyone have any insight on how to go about validating specific
> fields in a model for special circumstances like this?  Thanks!

We had a discussion that got into this topic recently:

http://groups.google.com/group/cake-php/browse_thread/thread/dc119a9b9cf4a89/5ef7b179de86f7a1#5ef7b179de86f7a1

There are a few ways to go, the easiest in your case is probably using
the 'on' key in your validation rules. You could also fetch the user's
data, modify it with the new password and then attempt to save the
whole thing back.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to