aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php b/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php
index a5d683c4..38f1a105 100644
--- a/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php
@@ -15,7 +15,7 @@ class ResetPasswordType extends AbstractType
15 'type' => 'password', 15 'type' => 'password',
16 'invalid_message' => 'The password fields must match.', 16 'invalid_message' => 'The password fields must match.',
17 'required' => true, 17 'required' => true,
18 'first_options' => array('label' => 'New password'), 18 'first_options' => array('label' => 'New password'),
19 'second_options' => array('label' => 'Repeat new password'), 19 'second_options' => array('label' => 'Repeat new password'),
20 'constraints' => array( 20 'constraints' => array(
21 new Constraints\Length(array( 21 new Constraints\Length(array(