mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
doc: fix setting name for DEPRECATED_AUTHENTICATION_BACKENDS
Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
parent
ce024d57fd
commit
420647906d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue