add minimum password length check

This commit is contained in:
Christoph Haas
2025-05-16 09:55:35 +02:00
parent 1394be2341
commit e9005b1b90
13 changed files with 129 additions and 13 deletions
+2 -1
View File
@@ -296,7 +296,8 @@
"password": {
"label": "Password",
"placeholder": "A super secret password",
"description": "Leave this field blank to keep current password."
"description": "Leave this field blank to keep current password.",
"too-weak": "The password is too weak. Please use a stronger password."
},
"email": {
"label": "Email",