From 420647906df0f43a4094f33200e69a4960a4c656 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 3 Mar 2025 16:47:09 +0100 Subject: [PATCH] doc: fix setting name for DEPRECATED_AUTHENTICATION_BACKENDS Co-authored-by: David Larlet --- docs/config/settings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config/settings.md b/docs/config/settings.md index db701d97..5211f7b5 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -28,13 +28,13 @@ Can be set through env var too: `ALLOWED_HOSTS=umap.mydomain.org,u.mydomain.org` Set it to `True` for easier debugging in case of error. -#### DEPRECATED_AUTHENTICATION_PROVIDERS +#### DEPRECATED_AUTHENTICATION_BACKENDS -List of auth providers to deprecate. Defining this will display a message to +List of auth backends to deprecate. Defining this will display a message to all users using this provider, to encourage them to configure another provider to their account. - DEPRECATED_AUTHENTICATION_PROVIDERS = ["social_core.backends.twitter_oauth2.TwitterOAuth2"] + DEPRECATED_AUTHENTICATION_BACKENDS = ["social_core.backends.twitter_oauth2.TwitterOAuth2"] #### EMAIL_BACKEND