You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very work-intensive if done for both acceptance and production server. Requiring email addresses entails the following settings: ACCOUNT_EMAIL_VERIFICATION = "mandatory" ACCOUNT_EMAIL_REQUIRED = "True"
After changing this setting, everyone whose email address is not in the admin interface cannot log in anymore. This will be especially a problem for student testers who may have been added through the admin interface, rather than signed up themselves.
The text was updated successfully, but these errors were encountered: