[symfony-users] The best way to create a form to register new users

2010-05-03 Thread Gustavo Fonseca
Hi, I'm using sfDoctrineGuardPlugin, and i'm creating a form to register a specific user role, that can login on the system, by extending sfGuardUserAdminForm. The form is properly rendered, but i got Foreign Key error when i click to save. Other strange thing is that i cannot unset fields from a

Re: [symfony-users] The best way to create a form to register new users

2010-05-03 Thread Michał Piotrowski
Hi, 2010/5/3 Gustavo Fonseca : > Hi, > I'm using sfDoctrineGuardPlugin, The best way is to checkout svn version and use of sfGuardRegister Regards, M > and i'm creating a form to register a > specific user role, > that can login on the system, by extending sfGuardUserAdminForm. > > The form is

Re: [symfony-users] The best way to create a form to register new users

2010-05-06 Thread Javier Garcia
or you can use sdDoctrineGuardExtraPlugin. On 05/03/2010 10:26 PM, Michał Piotrowski wrote: Hi, 2010/5/3 Gustavo Fonseca: Hi, I'm using sfDoctrineGuardPlugin, The best way is to checkout svn version and use of sfGuardRegister Regards, M and i'm creating a form to register a s