mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:25:22 +01: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user