Based on a the symfony propel:generate-crud command for the sfguarduser model, which automagically generates forms that updates both the username and password together with the user profile.
I have enabled two unique fields, e-mail and fullname for the user profile model. Whenever I update a record without changing any of the unique field values, I would get an error that says an object with the same e-mail and fullname already exists. How can I solve this without getting rid of the sfValidatorPropelUnique class? Has anyone else come across the same issue when working with sfguarduserprofile? Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
