mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:59:30 +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": "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