diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 14:27:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-28 14:27:31 +0100 |
commit | 34ea7be6228c633ef8da703994eed034026e9c18 (patch) | |
tree | e9a3691b1593cb0b3c8d91c0bb93ba586c3fb87f /src/Wallabag/UserBundle/Form | |
parent | 6bb0866cf513bf939eb2e3290d1852c55e51ec0d (diff) | |
parent | 07326af5e25f52f54f725898d9fb2f82af60e224 (diff) | |
download | wallabag-34ea7be6228c633ef8da703994eed034026e9c18.tar.gz wallabag-34ea7be6228c633ef8da703994eed034026e9c18.tar.zst wallabag-34ea7be6228c633ef8da703994eed034026e9c18.zip |
Merge pull request #2663 from wallabag/remove-fosuser-attributes
Removed FOSUser attributes removed in alpha4
Diffstat (limited to 'src/Wallabag/UserBundle/Form')
-rw-r--r-- | src/Wallabag/UserBundle/Form/UserType.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/UserBundle/Form/UserType.php b/src/Wallabag/UserBundle/Form/UserType.php index cfa67793..d8cdbaf9 100644 --- a/src/Wallabag/UserBundle/Form/UserType.php +++ b/src/Wallabag/UserBundle/Form/UserType.php | |||
@@ -35,10 +35,6 @@ class UserType extends AbstractType | |||
35 | 'required' => false, | 35 | 'required' => false, |
36 | 'label' => 'user.form.enabled_label', | 36 | 'label' => 'user.form.enabled_label', |
37 | ]) | 37 | ]) |
38 | ->add('locked', CheckboxType::class, [ | ||
39 | 'required' => false, | ||
40 | 'label' => 'user.form.locked_label', | ||
41 | ]) | ||
42 | ->add('twoFactorAuthentication', CheckboxType::class, [ | 38 | ->add('twoFactorAuthentication', CheckboxType::class, [ |
43 | 'required' => false, | 39 | 'required' => false, |
44 | 'label' => 'user.form.twofactor_label', | 40 | 'label' => 'user.form.twofactor_label', |