mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27:33 +00:00
feat: add schema user create and remove (#8494)
# Which Problems Are Solved Added functionality that user with a userschema can be created and removed. # How the Problems Are Solved Added logic and moved APIs so that everything is API v3 conform. # Additional Changes - move of user and userschema API to resources folder - changed testing and parameters - some renaming # Additional Context closes #7308 --------- Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -576,6 +576,11 @@ Errors:
|
||||
NotActive: Schemat użytkownika nieaktywny
|
||||
NotInactive: Schemat użytkownika nie jest nieaktywny
|
||||
NotExists: Schemat użytkownika nie istnieje
|
||||
ID:
|
||||
Missing: Brak identyfikatora schematu użytkownika
|
||||
Invalid: Nieprawidłowy schemat użytkownika
|
||||
Data:
|
||||
Invalid: Nieprawidłowe dane dla schematu użytkownika
|
||||
TokenExchange:
|
||||
FeatureDisabled: Funkcja wymiany tokenów jest wyłączona dla Twojej instancji. https://zitadel.com/docs/apis/resources/feature_service_v2/feature-service-set-instance-features
|
||||
Token:
|
||||
@@ -1319,6 +1324,26 @@ EventTypes:
|
||||
deactivated: Schemat użytkownika dezaktywowany
|
||||
reactivated: Schemat użytkownika został ponownie aktywowany
|
||||
deleted: Schemat użytkownika został usunięty
|
||||
user:
|
||||
created: Użytkownik utworzony
|
||||
updated: Użytkownik zaktualizowany
|
||||
deleted: Użytkownik usunięty
|
||||
email:
|
||||
updated: Adres e-mail zmieniony
|
||||
verified: Adres e-mail zweryfikowany
|
||||
verification:
|
||||
failed: Weryfikacja adresu e-mail nie powiodła się
|
||||
code:
|
||||
added: Wygenerowano kod weryfikacyjny adresu e-mail
|
||||
sent: Wysłano kod weryfikacyjny adresu e-mail
|
||||
phone:
|
||||
updated: Numer telefonu zmieniony
|
||||
verified: Numer telefonu zweryfikowany
|
||||
verification:
|
||||
failed: Weryfikacja numeru telefonu nie powiodła się
|
||||
code:
|
||||
added: Wygenerowano kod weryfikacyjny numeru telefonu
|
||||
sent: Wysłano kod weryfikacyjny numeru telefonu
|
||||
web_key:
|
||||
added: Dodano klucz internetowy
|
||||
activated: Klucz internetowy aktywowano
|
||||
|
Reference in New Issue
Block a user