mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:37:43 +00:00
feat(login): use default org for login without provided org context (#6625)
* start feature flags * base feature events on domain const * setup default features * allow setting feature in system api * allow setting feature in admin api * set settings in login based on feature * fix rebasing * unit tests * i18n * update policy after domain discovery * some changes from review * check feature and value type * check feature and value type
This commit is contained in:
@@ -522,6 +522,10 @@ Errors:
|
||||
Token:
|
||||
Invalid: Токенът е невалиден
|
||||
Expired: Токенът е изтекъл
|
||||
Feature:
|
||||
NotExisting: Функцията не съществува
|
||||
TypeNotSupported: Типът функция не се поддържа
|
||||
InvalidValue: Невалидна стойност за тази функция
|
||||
|
||||
AggregateTypes:
|
||||
action: Действие
|
||||
@@ -532,6 +536,8 @@ AggregateTypes:
|
||||
user: Потребител
|
||||
usergrant: Предоставяне на потребител
|
||||
quota: Квота
|
||||
feature: Особеност
|
||||
|
||||
EventTypes:
|
||||
user:
|
||||
added: Добавен потребител
|
||||
|
Reference in New Issue
Block a user