mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-20 15:58:05 +00:00
fix(console): initialize org owner with or without password (#471)
* set password validators only if needed * create org initialize without pwd * no caps * self xss message
This commit is contained in:
@@ -245,7 +245,8 @@
|
||||
"DOWNLOAD_FILE":"Datei download",
|
||||
"SELECTORGTOOLTIP":"Wähle diese Organisation",
|
||||
"PRIMARYDOMAIN":"Primäre Domain",
|
||||
"STATE":"Status"
|
||||
"STATE":"Status",
|
||||
"USEPASSWORD":"Initiales Password setzen"
|
||||
},
|
||||
"DOMAINS": {
|
||||
"NEW":"Domain hinzufügen",
|
||||
|
@@ -245,7 +245,8 @@
|
||||
"DOWNLOAD_FILE":"Download file",
|
||||
"SELECTORGTOOLTIP":"Select this organisation",
|
||||
"PRIMARYDOMAIN":"Primary Domain",
|
||||
"STATE":"State"
|
||||
"STATE":"State",
|
||||
"USEPASSWORD":"Set initial password"
|
||||
},
|
||||
"DOMAINS": {
|
||||
"NEW":"Add Domain",
|
||||
|
Reference in New Issue
Block a user