We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a3a835 + a92bcb0 commit 232051bCopy full SHA for 232051b
1 file changed
uvdat/settings/base.py
@@ -120,6 +120,9 @@
120
ACCOUNT_LOGOUT_REDIRECT_URL = "/"
121
ACCOUNT_SIGNUP_FORM_CLASS = "resonant_utils.allauth.FullNameSignupForm"
122
123
+# Use codes for email verification; links can be modified by Microsoft Safe Links
124
+ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
125
+
126
AUTHENTICATION_BACKENDS.append("guardian.backends.ObjectPermissionBackend")
127
# django-guardian; raise PermissionDenied exception instead of redirecting to login page
128
GUARDIAN_RAISE_403 = True
0 commit comments