mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
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:
parent
20826daa18
commit
ecded8af93
7 changed files with 170 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue