mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: primary domain claim (#1082)
* fix: primary domain scope (overwrite by roles and rogue `:`) * disable wrong users * fix test * show requested org name * only show domain when selected
This commit is contained in:
@@ -4,6 +4,8 @@ Errors:
|
||||
OriginNotAllowed: Dieser "Origin" ist nicht freigeschaltet
|
||||
User:
|
||||
NotFound: Benutzer konnte nicht gefunden werden
|
||||
NotFoundOnOrg: Benutzer konnte in der gewünschten Organisation nicht gefunden werden
|
||||
NotAllowedOrg: Benutzer gehört nicht der benötigten Organisation an
|
||||
UserIDMissing: User ID fehlt
|
||||
OrgIamPolicyNil: Organisations Policy ist leer
|
||||
EmailAsUsernameNotAllowed: Benutzername darf keine E-Mail Adresse sein
|
||||
|
@@ -4,6 +4,8 @@ Errors:
|
||||
OriginNotAllowed: This "Origin" is not allowed
|
||||
User:
|
||||
NotFound: User could not be found
|
||||
NotFoundOnOrg: User could not be found on chosen organisation
|
||||
NotAllowedOrg: User is no member of the required organisation
|
||||
UserIDMissing: User ID missing
|
||||
OrgIamPolicyNil: Organisation Policy is empty
|
||||
EmailAsUsernameNotAllowed: Email is not allowed as username
|
||||
|
Reference in New Issue
Block a user