From 7414ce4cab220fedf6ce90fdfcb8337794f65d33 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 7 May 2021 16:15:16 +0200 Subject: [PATCH] OAuth2 login: Set account link to "login" as default behavior (#15768) --- doc/advanced/config-cheat-sheet.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/config-cheat-sheet.en-us.md b/doc/advanced/config-cheat-sheet.en-us.md index c620614c..0a264776 100644 --- a/doc/advanced/config-cheat-sheet.en-us.md +++ b/doc/advanced/config-cheat-sheet.en-us.md @@ -440,7 +440,7 @@ relation to port exhaustion. - nickname - use the nickname attribute - email - use the username part of the email attribute - `UPDATE_AVATAR`: **false**: Update avatar if available from oauth2 provider. Update will be performed on each login. -- `ACCOUNT_LINKING`: **disabled**: How to handle if an account / email already exists: +- `ACCOUNT_LINKING`: **login**: How to handle if an account / email already exists: - disabled - show an error - login - show an account linking login - auto - automatically link with the account (Please be aware that this will grant access to an existing account just because the same username or email is provided. You must make sure that this does not cause issues with your authentication providers.)