We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f892acc commit a92bcb0Copy full SHA for a92bcb0
1 file changed
uvdat/settings/base.py
@@ -119,6 +119,8 @@
119
LOGIN_REDIRECT_URL = "/"
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")
0 commit comments