Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

At login view, sanity-check settings and warn accordingly #20

Open
Liz4v opened this issue Jul 23, 2016 · 0 comments
Open

At login view, sanity-check settings and warn accordingly #20

Liz4v opened this issue Jul 23, 2016 · 0 comments

Comments

@Liz4v
Copy link
Contributor

Liz4v commented Jul 23, 2016

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:

  1. Do we have any of the appropriate AUTHENTICATION_BACKENDS?
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant