mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 22:17:38 +00:00
fix: Domains problematic (#6564)
* docs: disable validate org domains per default, and have a better label * docs: rename to $CUSTOM-DOMAIN * docs: translation * docs: tranlsations * docs: tranlsations * docs: allow domain discovery --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -796,7 +796,7 @@
|
||||
},
|
||||
"PAGES": {
|
||||
"STATE": "Status",
|
||||
"DOMAINLIST": "Domains"
|
||||
"DOMAINLIST": "Custom Domains"
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Unspecified",
|
||||
@@ -954,15 +954,15 @@
|
||||
"DOMAINS": {
|
||||
"NEW": "Add Domain",
|
||||
"TITLE": "Domains",
|
||||
"DESCRIPTION": "Configure your domains. This domain can be used to log in with your users.",
|
||||
"DESCRIPTION": "Configure your organization domains. This domain can be used for domain discovery and username suffixing.",
|
||||
"SETPRIMARY": "Set as Primary",
|
||||
"DELETE": {
|
||||
"TITLE": "Delete Domain",
|
||||
"DESCRIPTION": "You are about to delete one of your domains. Note that your users can no longer use this domain for their login."
|
||||
"DESCRIPTION": "You are about to delete one of your domains."
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add Domain",
|
||||
"DESCRIPTION": "You are about to add a domain for your organization. After successful process, you users will be able to use the domain for their login."
|
||||
"DESCRIPTION": "You are about to add a domain for your organization. After successful process, the domain can be used for domain discovery and as suffix for your users."
|
||||
}
|
||||
},
|
||||
"STATE": {
|
||||
@@ -1351,7 +1351,7 @@
|
||||
"MAXAGEDAYS": "Max Age in days",
|
||||
"USERLOGINMUSTBEDOMAIN": "Add organization domain as suffix to loginnames",
|
||||
"USERLOGINMUSTBEDOMAIN_DESCRIPTION": "If you enable this setting, all loginnames will be suffixed with the organization domain. If this settings is disabled, you have to ensure that usernames are unique over all organizations.",
|
||||
"VALIDATEORGDOMAINS": "Validate Org domains",
|
||||
"VALIDATEORGDOMAINS": "Organization domain verification required (DNS or HTTP challenge)",
|
||||
"SMTPSENDERADDRESSMATCHESINSTANCEDOMAIN": "SMTP Sender Address matches Instance Domain",
|
||||
"ALLOWUSERNAMEPASSWORD": "Username Password allowed",
|
||||
"ALLOWEXTERNALIDP": "External IDP allowed",
|
||||
|
Reference in New Issue
Block a user