mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: user with state initial can only be deleted not deactivated (#3110)
This commit is contained in:
@@ -39,6 +39,7 @@ Errors:
|
||||
DomainNotAllowedAsUsername: Domäne ist bereits reserviert und kann nicht verwendet werden
|
||||
AlreadyInactive: Benutzer ist bereits deaktiviert
|
||||
NotInactive: Benutzer ist nicht inaktiv
|
||||
CantDeactivateInitial: Benutzer mit dem Status initial kann nur gelöscht und nicht deaktiviert werden
|
||||
ShouldBeActiveOrInitial: Benutzer ist nicht aktiv oder initialisiert
|
||||
AlreadyInitialised: Benutzer ist bereits initialisiert
|
||||
NotInitialised: Benutzer ist noch nicht initialisiert
|
||||
|
@@ -39,6 +39,7 @@ Errors:
|
||||
DomainNotAllowedAsUsername: Domain is already reserved and cannot be used
|
||||
AlreadyInactive: User already inactive
|
||||
NotInactive: User is not inactive
|
||||
CantDeactivateInitial: User with state initial can only be deleted not deactivated
|
||||
ShouldBeActiveOrInitial: User is not active or inital
|
||||
AlreadyInitialised: User is already initialised
|
||||
NotInitialised: User is not yet initialised
|
||||
|
@@ -39,6 +39,7 @@ Errors:
|
||||
DomainNotAllowedAsUsername: Il dominio è già riservato e non può essere utilizzato
|
||||
AlreadyInactive: Utente già inattivo
|
||||
NotInactive: L'utente non è inattivo
|
||||
CantDeactivateInitial: Gli utenti con lo stato iniziale possono solo essere cancellati e non disattivati
|
||||
ShouldBeActiveOrInitial: L'utente non è attivo o inizializzato
|
||||
AlreadyInitialised: L'utente è già inizializzato
|
||||
NotInitialised: L'utente non è ancora inizializzato
|
||||
|
Reference in New Issue
Block a user