mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 00:17:34 +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": "Initialize password",
|
||||
"initializeDoneText": "Initialize user done",
|
||||
"initializeUserText": "Initialize user",
|
||||
"linkingUserPromptText": "Linking user prompt",
|
||||
"linkingUserDoneText": "Linking user done",
|
||||
"loginText": "Login",
|
||||
"logoutText": "Logout",
|
||||
@@ -2028,7 +2029,13 @@
|
||||
"ISCREATIONALLOWED": "Account creation allowed",
|
||||
"ISCREATIONALLOWED_DESC": "Determines whether accounts can be created.",
|
||||
"ISLINKINGALLOWED": "Account linking allowed",
|
||||
"ISLINKINGALLOWED_DESC": "Determines whether an identity can be linked to an existing account."
|
||||
"ISLINKINGALLOWED_DESC": "Determines whether an identity can be linked to an existing account.",
|
||||
"AUTOLINKING_DESC": "Determines whether an identity will be prompted to be linked to an existing account.",
|
||||
"AUTOLINKINGTYPE": {
|
||||
"0": "Disabled",
|
||||
"1": "Check for existing Username",
|
||||
"2": "Check for existing Email"
|
||||
}
|
||||
},
|
||||
"OWNERTYPES": {
|
||||
"0": "unknown",
|
||||
|
Reference in New Issue
Block a user