Hi,

I have the same problem since BETA 2:

    public function buildForm(FormBuilder $builder, array $options)
    {
        $builder->add('firstname', 'text');
        $builder->add('lastname', 'text');
        $builder->add('email', 'text');
        $builder->add('password', 'repeated', array('type' => 'password'));
    }

...                            
  <td><?php echo $view['form']->label($form['password']['first'], 'Pw:') 
?></td>
  <td><?php echo $view['form']->widget($form['password']['first']) ?></td>
 ....  
   <td><?php echo $view['form']->label($form['password']['second'], 'Repeat 
Pw:') ?></td>
  <td><?php echo $view['form']->widget($form['password']['second']) ?></td>
...
  <?php echo $view['form']->rest($form) ?>  -->> Both of the password Input 
fields are rendered again. I'd expect only the token to be rendered.

regards Peter

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to