mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 18:12:07 +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": "Initialiseer wachtwoord",
|
||||
"initializeDoneText": "Gebruiker initialisatie voltooid",
|
||||
"initializeUserText": "Initialiseer gebruiker",
|
||||
"linkingUserPromptText": "Gebruiker koppelingsprompt",
|
||||
"linkingUserDoneText": "Gebruiker koppeling voltooid",
|
||||
"loginText": "Login",
|
||||
"logoutText": "Uitloggen",
|
||||
@@ -2028,7 +2029,13 @@
|
||||
"ISCREATIONALLOWED": "Account creatie toegestaan",
|
||||
"ISCREATIONALLOWED_DESC": "Bepaalt of accounts kunnen worden aangemaakt.",
|
||||
"ISLINKINGALLOWED": "Account koppeling toegestaan",
|
||||
"ISLINKINGALLOWED_DESC": "Bepaalt of een identiteit kan worden gekoppeld aan een bestaand account."
|
||||
"ISLINKINGALLOWED_DESC": "Bepaalt of een identiteit kan worden gekoppeld aan een bestaand account.",
|
||||
"AUTOLINKING_DESC": "Bepaalt of een identiteit wordt gevraagd om te worden gekoppeld aan een bestaand account.",
|
||||
"AUTOLINKINGTYPE": {
|
||||
"0": "Uitgeschakeld",
|
||||
"1": "Controleren op bestaande gebruikersnaam",
|
||||
"2": "Controleren op bestaand e-mailadres"
|
||||
}
|
||||
},
|
||||
"OWNERTYPES": {
|
||||
"0": "onbekend",
|
||||
|
||||
Reference in New Issue
Block a user