Added password meter based on zxcvbn

Maybe we will use a different package later, as this one is very big...
This commit is contained in:
Jan Böhmer 2023-06-27 01:07:26 +02:00
parent 20826daa18
commit ecded8af93
7 changed files with 170 additions and 1 deletions

View file

@ -285,6 +285,7 @@ class UserSettingsController extends AbstractController
'type' => PasswordType::class,
'first_options' => [
'label' => 'user.settings.pw_new.label',
'password_estimator' => true,
],
'second_options' => [
'label' => 'user.settings.pw_confirm.label',