mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-29 21:14:29 +02:00
Use password strenght estimator when setting new password after password reset.
This commit is contained in:
parent
720859197c
commit
5ab067cf86
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue