Skip to content

Commit a92bcb0

Browse files
committed
chore: Add a comment to explain why verification codes are needed
1 parent f892acc commit a92bcb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

uvdat/settings/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
LOGIN_REDIRECT_URL = "/"
120120
ACCOUNT_LOGOUT_REDIRECT_URL = "/"
121121
ACCOUNT_SIGNUP_FORM_CLASS = "resonant_utils.allauth.FullNameSignupForm"
122+
123+
# Use codes for email verification; links can be modified by Microsoft Safe Links
122124
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
123125

124126
AUTHENTICATION_BACKENDS.append("guardian.backends.ObjectPermissionBackend")

0 commit comments

Comments
 (0)