Add email to authentication

This commit is contained in:
cuom1999 2023-11-27 19:49:38 -06:00
parent 26f26a1722
commit 39b42a29a4
5 changed files with 241 additions and 221 deletions

View file

@ -430,7 +430,7 @@ AUTHENTICATION_BACKENDS = (
"social_core.backends.google.GoogleOAuth2",
"social_core.backends.facebook.FacebookOAuth2",
"judge.social_auth.GitHubSecureEmailOAuth2",
"django.contrib.auth.backends.ModelBackend",
"judge.authentication.CustomModelBackend",
)
SOCIAL_AUTH_PIPELINE = (