mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 05:37:42 +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:
@@ -1588,6 +1588,7 @@
|
||||
"initPasswordText": "Inizializzazione della password",
|
||||
"initializeDoneText": "Inizializzazione utente finita",
|
||||
"initializeUserText": "Inizializzazione utente",
|
||||
"linkingUserPromptText": "Testo di promemoria per collegare l'utente",
|
||||
"linkingUserDoneText": "Collegamento dell'utente finito",
|
||||
"loginText": "Accesso",
|
||||
"logoutText": "Logout",
|
||||
@@ -2019,7 +2020,13 @@
|
||||
"ISCREATIONALLOWED": "Creazione consentita",
|
||||
"ISCREATIONALLOWED_DESC": "Determina se i conti possono essere creati.",
|
||||
"ISLINKINGALLOWED": "Collegamento consentito",
|
||||
"ISLINKINGALLOWED_DESC": "Determina se un'identità può essere collegata a un account esistente."
|
||||
"ISLINKINGALLOWED_DESC": "Determina se un'identità può essere collegata a un account esistente.",
|
||||
"AUTOLINKING_DESC": "Determina se un'identità verrà invitata a essere collegata a un account esistente.",
|
||||
"AUTOLINKINGTYPE": {
|
||||
"0": "Disabilitato",
|
||||
"1": "Verifica dell'esistenza del nome utente",
|
||||
"2": "Verifica dell'esistenza dell'email"
|
||||
}
|
||||
},
|
||||
"OWNERTYPES": {
|
||||
"0": "sconosciuto",
|
||||
|
Reference in New Issue
Block a user