Skip to content

Commit

Permalink
Require mandatory verification of email when registering
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorganNZ committed May 15, 2018
1 parent d9447e4 commit 6c81c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
LOGIN_REDIRECT_URL = "index"
ACCOUNT_AUTHENTICATION_METHOD = "email"
ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_EMAIL_VERIFICATION = "none"
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
ACCOUNT_USERNAME_REQUIRED = False
ACCOUNT_FORMS = {
"signup": "config.allauth.CustomSignupForm"
Expand Down

0 comments on commit 6c81c2e

Please sign in to comment.