Skip to content
Snippets Groups Projects
Commit 77e3f765 authored by fu6454io's avatar fu6454io
Browse files

strong password message

parent e62d74d7
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@
"EditAccount": "Account editieren",
"DeleteAccount": "Account löschen?",
"messages":{
"DeleteText": "Sind Sie sicher, dass Sie '{{val}}' löschen wollen?"
"DeleteText": "Sind Sie sicher, dass Sie '{{val}}' löschen wollen?",
"strongPW": "Das Passwort muss mindestens acht der folgenden Zeichenkategorien enthalten: Großbuchstaben (A-Z) Kleinbuchstaben (a-z) Ziffern (0-9) und Sonderzeichen (!@#$)"
}
},
"routes": {
......
......@@ -147,7 +147,8 @@
"DeleteAccount": "Delete Account?",
"messages":{
"DeleteText": "Are you sure, you want to delete '{{val}}'?"
"DeleteText": "Are you sure, you want to delete '{{val}}'?",
"strongPW": "The password must contain at least eight character categories among the following: Uppercase characters (A-Z) Lowercase characters (a-z) Digits (0-9) and Special characters(!@#$)"
}
},
"routes": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment