Skip to content

Commit

Permalink
Disable need for email verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
fsargent committed Feb 13, 2024
1 parent c29dc7d commit 996e6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approval_polls/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@

SOCIALACCOUNT_EMAIL_AUTHENTICATION_AUTO_CONNECT = True
SOCIALACCOUNT_EMAIL_AUTHENTICATION = True
ACCOUNT_EMAIL_VERIFICATION = True
ACCOUNT_EMAIL_VERIFICATION = "optional"
ACCOUNT_CONFIRM_EMAIL_ON_GET = True
ACCOUNT_AUTHENTICATION_METHOD = "email"
ACCOUNT_EMAIL_REQUIRED = True
Expand Down

0 comments on commit 996e6f5

Please sign in to comment.