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:
Stefan Benz
2024-08-28 21:46:45 +02:00
committed by GitHub
parent 90b908c361
commit 41ae35f2ef
61 changed files with 5766 additions and 2247 deletions

View File

@@ -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