mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:07:34 +00:00
feat(console): getuserbyid, fix password policy validation, read iam (#233)
* remove displayname, show policy desc on patternerr * provide password complexity string, org create * user getuserbyid in userdetail, remove displayname * show multiple org domains * show zitadel project warnings, read iam * add missing ngondestroy impl
This commit is contained in:
@@ -158,7 +158,8 @@
|
||||
},
|
||||
"VALIDATION": {
|
||||
"INVALIDPATTERN": "Das Password muss aus mindestens 8 Zeichen bestehen und einen Grossbuchstaben, ein Sonderzeichen und eine Zahl enthalten. Die maximale Anzahl an Zeichen ist 72!",
|
||||
"REQUIRED": "Das Feld ist leer"
|
||||
"REQUIRED": "Das Feld ist leer",
|
||||
"MINLENGTH":"Das Password muss mindestens {{minLength}} Zeichen lang sein!"
|
||||
},
|
||||
"STATE": {
|
||||
"0":"unbekannt",
|
||||
@@ -208,7 +209,11 @@
|
||||
"TITLE":"Passwort Komplexität",
|
||||
"DESCRIPTION":"Stellt sicher, dass alle festgelegten Kennwörter einem bestimmten Muster entsprechen",
|
||||
"TITLECREATE":"Kennwortkomplexitätsrichtlinie erstellen",
|
||||
"DESCRIPTIONCREATE":"Stellt sicher, dass alle festgelegten Kennwörter einem bestimmten Muster entsprechen"
|
||||
"DESCRIPTIONCREATE":"Stellt sicher, dass alle festgelegten Kennwörter einem bestimmten Muster entsprechen",
|
||||
"SYMBOLANDNUMBERERROR":"Das Password muss ein Symbol und eine Nummer beinhalten!",
|
||||
"SYMBOLERROR":"Das Password msus ein Symbol beinhalten!",
|
||||
"NUMBERERROR":"Das Password muss eine Nummer beinhalten!",
|
||||
"PATTERNERROR":"Das vorgeschriebene Muster ist falsch!"
|
||||
},
|
||||
"PWD_AGE": {
|
||||
"TITLE":"Passwort Maximaldauer",
|
||||
|
@@ -158,7 +158,8 @@
|
||||
},
|
||||
"VALIDATION": {
|
||||
"INVALIDPATTERN": "The password must consist of at least 8 characters and contain a capital letter, a special character and a number. The maximum length is 72.",
|
||||
"REQUIRED": "The input field is empty"
|
||||
"REQUIRED": "The input field is empty",
|
||||
"MINLENGTH":"The password has to be at least {{minLength}} characters long!"
|
||||
},
|
||||
"STATE": {
|
||||
"0":"unbekannt",
|
||||
@@ -208,7 +209,12 @@
|
||||
"TITLE":"Password Complexity",
|
||||
"DESCRIPTION":"Ensures that all set passwords correspond to a specific pattern",
|
||||
"TITLECREATE":"Create Password Complexity Policy",
|
||||
"DESCRIPTIONCREATE":"Ensures that all set passwords correspond to a specific pattern"
|
||||
"DESCRIPTIONCREATE":"Ensures that all set passwords correspond to a specific pattern",
|
||||
"SYMBOLANDNUMBERERROR":"The password must consist of a number and a symbol",
|
||||
"SYMBOLERROR":"The password must include a symbol!",
|
||||
"NUMBERERROR":"The password must include a number!",
|
||||
"PATTERNERROR":"The required pattern is not fulfilled!"
|
||||
|
||||
},
|
||||
"PWD_AGE": {
|
||||
"TITLE":"Password Age",
|
||||
|
Reference in New Issue
Block a user