From 1008d880c90786e961f077778275885e941dd11d Mon Sep 17 00:00:00 2001 From: gorrilla10101 Date: Sat, 21 Oct 2023 06:07:37 -0500 Subject: [PATCH] Update authentication.md Changed provider list url because existing one doesn't work anymore. --- docs/features/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/authentication.md b/docs/features/authentication.md index e6d0187243..1b6f497d41 100644 --- a/docs/features/authentication.md +++ b/docs/features/authentication.md @@ -14,7 +14,7 @@ They basically explain everything in their documentation, but the following is a A new account does not have any permission but it is still **not recommended** to give public access to your installation. -Choose a provider from the [list](https://django-allauth.readthedocs.io/en/latest/providers.html) and install it using the environment variable `SOCIAL_PROVIDERS` as shown +Choose a provider from the [list](https://docs.allauth.org/en/latest/socialaccount/providers/index.html) and install it using the environment variable `SOCIAL_PROVIDERS` as shown in the example below. When at least one social provider is set up, the social login sign in buttons should appear on the login page.