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.
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.pyfor guidance.This is a great first pull request if you want to join this project. I have no plans of implementing this myself.