Add email to authentication
This commit is contained in:
parent
26f26a1722
commit
39b42a29a4
5 changed files with 241 additions and 221 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue