]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Form/UserType.php
Removed FOSUser attributes removed in alpha4
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Form / UserType.php
index cfa677938cadf9f5b266848c19f1a8ea1ea296ce..d8cdbaf95429ba9a74fffb79682fe288da4d1ea7 100644 (file)
@@ -35,10 +35,6 @@ class UserType extends AbstractType
                 'required' => false,
                 'label' => 'user.form.enabled_label',
             ])
-            ->add('locked', CheckboxType::class, [
-                'required' => false,
-                'label' => 'user.form.locked_label',
-            ])
             ->add('twoFactorAuthentication', CheckboxType::class, [
                 'required' => false,
                 'label' => 'user.form.twofactor_label',