mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:37:45 +00:00
feat(idp): provide option to auto link user (#7734)
* init auto linking * prompt handling * working * translations * console * fixes * unify * custom texts * fix tests * linting * fix check of existing user * fix bg translation * set unspecified as default in the form
This commit is contained in:
@@ -1589,6 +1589,7 @@
|
||||
"initPasswordText": "Inicializace hesla",
|
||||
"initializeDoneText": "Inicializace uživatele dokončena",
|
||||
"initializeUserText": "Inicializace uživatele",
|
||||
"linkingUserPromptText": "Uživatelský propojovací text",
|
||||
"linkingUserDoneText": "Propojení uživatele dokončeno",
|
||||
"loginText": "Přihlášení",
|
||||
"logoutText": "Odhlášení",
|
||||
@@ -2025,7 +2026,13 @@
|
||||
"ISCREATIONALLOWED": "Je povoleno vytváření účtu",
|
||||
"ISCREATIONALLOWED_DESC": "Určuje, zda lze vytvářet účty.",
|
||||
"ISLINKINGALLOWED": "Je povoleno propojení účtů",
|
||||
"ISLINKINGALLOWED_DESC": "Určuje, zda lze identitu propojit s existujícím účtem."
|
||||
"ISLINKINGALLOWED_DESC": "Určuje, zda lze identitu propojit s existujícím účtem.",
|
||||
"AUTOLINKING_DESC": "Určuje, zda se bude identita vyzývat k propojení se stávajícím účtem.",
|
||||
"AUTOLINKINGTYPE": {
|
||||
"0": "Vypnuto",
|
||||
"1": "Kontrola existence uživatelského jména",
|
||||
"2": "Kontrola existence e-mailu"
|
||||
}
|
||||
},
|
||||
"OWNERTYPES": {
|
||||
"0": "neznámý",
|
||||
|
Reference in New Issue
Block a user