mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 14:06:45 +01:00
Use password strenght estimator when setting new password after password reset.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user