|
@@ -24,8 +24,8 @@ class UserType extends AbstractType
|
|
|
->add('username', TextType::class)
|
|
|
->add('password', RepeatedType::class, array(
|
|
|
'type' => PasswordType::class,
|
|
|
- 'first_options' => array('label' => 'Mot de passe'),
|
|
|
- 'second_options'=> array('label' => 'Répéter le mot de passe'),
|
|
|
+ 'first_options' => array('label' => 'password'),
|
|
|
+ 'second_options'=> array('label' => 'repeat-password'),
|
|
|
'invalid_message' => 'Les mots de passe ne correspondent pas'
|
|
|
))
|
|
|
->add('prenom', TextType::class, array(
|