We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51694cf commit f892accCopy full SHA for f892acc
1 file changed
uvdat/settings/base.py
@@ -119,6 +119,7 @@
119
LOGIN_REDIRECT_URL = "/"
120
ACCOUNT_LOGOUT_REDIRECT_URL = "/"
121
ACCOUNT_SIGNUP_FORM_CLASS = "resonant_utils.allauth.FullNameSignupForm"
122
+ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
123
124
AUTHENTICATION_BACKENDS.append("guardian.backends.ObjectPermissionBackend")
125
# django-guardian; raise PermissionDenied exception instead of redirecting to login page
0 commit comments