Use password strenght estimator when setting new password after password reset.

This commit is contained in:
Jan Böhmer 2023-06-28 16:12:38 +02:00
parent 720859197c
commit 5ab067cf86

View file

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