Re: [symfony-users] Modify sfGuardUserForm fields

2010-01-14 Thread Javier Garcia
On 01/14/2010 06:30 AM, ozgur ince wrote: you should do your changes in plugins\sfDoctrineGuardPlugin\lib\form\doctrine\sfGuardUserAdminForm.class or change the form class in plugins\sfDoctrineGuardPlugin\modules\sfGuardUser\config\generator.yml Hi, you should never modify the code or

Re: [symfony-users] Modify sfGuardUserForm fields

2010-01-13 Thread ozgur ince
you should do your changes in plugins\sfDoctrineGuardPlugin\lib\form\doctrine\sfGuardUserAdminForm.class or change the form class in plugins\sfDoctrineGuardPlugin\modules\sfGuardUser\config\generator.yml On Wed, Jan 13, 2010 at 12:46 AM, Jose San Gil jsangi...@gmail.com wrote: Hi folks! I'm

[symfony-users] Modify sfGuardUserForm fields

2010-01-12 Thread Jose San Gil
Hi folks! I'm trying to modify the validation of the 'permissions_list' field generated in the basesfGuardUserForm.class.php. I want to set the 'required' option to 'True'. I tried with this: class sfGuardUserForm extends PluginsfGuardUserForm { public function configure() {