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 project integrates pretty tightly with default Django login infrastructure, which means there's a number of settings that must be present in the settings file. Things to check:
Do we have any of the appropriate AUTHENTICATION_BACKENDS?
If e-mail login is enabled, do we have both authentication and e-mail backends set?
See existing code in app.py for guidance.
This is a great first pull request if you want to join this project. I have no plans of implementing this myself.
The text was updated successfully, but these errors were encountered:
This project integrates pretty tightly with default Django login infrastructure, which means there's a number of settings that must be present in the settings file. Things to check:
AUTHENTICATION_BACKENDS
?See existing code in
app.py
for guidance.This is a great first pull request if you want to join this project. I have no plans of implementing this myself.
The text was updated successfully, but these errors were encountered: