aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-02-12 12:24:30 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-12 12:24:30 +0100
commit9856805540843e32b65e2893ea870b6b2e2ba6d0 (patch)
treea53f5e1813f6220e70b457d51a256c39db814b27 /src/Wallabag/CoreBundle/Form
parent0c6845a98f050d0cfe8905d814a33407be53830e (diff)
downloadwallabag-9856805540843e32b65e2893ea870b6b2e2ba6d0.tar.gz
wallabag-9856805540843e32b65e2893ea870b6b2e2ba6d0.tar.zst
wallabag-9856805540843e32b65e2893ea870b6b2e2ba6d0.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Form')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/NewUserType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/NewUserType.php b/src/Wallabag/CoreBundle/Form/Type/NewUserType.php
index d8bde17e..6eb0e63f 100644
--- a/src/Wallabag/CoreBundle/Form/Type/NewUserType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/NewUserType.php
@@ -21,7 +21,7 @@ class NewUserType extends AbstractType
21 ->add('plainPassword', RepeatedType::class, array( 21 ->add('plainPassword', RepeatedType::class, array(
22 'type' => PasswordType::class, 22 'type' => PasswordType::class,
23 'invalid_message' => 'The password fields must match', 23 'invalid_message' => 'The password fields must match',
24 'first_options' => array('label' => 'Password'), 24 'first_options' => array('label' => 'Password'),
25 'second_options' => array('label' => 'Repeat new password'), 25 'second_options' => array('label' => 'Repeat new password'),
26 'constraints' => array( 26 'constraints' => array(
27 new Constraints\Length(array( 27 new Constraints\Length(array(