I am using sfGuardPlugin to manage users in an application. I created sfGuardUserProfile to add fields like name, email, website, etc.
It all works nicely, but when I update sfGuardUser through the admin generator, it clears sfGuardUserProfile. I see the following in the sql log: 629 Query UPDATE sf_guard_user_profile SET `FIRST_NAME`='', `UPDATED_AT`=NULL WHERE sf_guard_user_profile.ID=1 629 Query UPDATE sf_guard_user SET `IS_ACTIVE`=1 WHERE sf_guard_user.ID=1 Is there a way to avoid this behavor? Thanks Pablo Godel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
