We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the experience of debugging the issue in #23, Spencer suggested that:
We should log login failures, somehow We should send login failures to a page that says something other than "OK"
This should mostly be a matter of creating a suitable view and pointing LOGIN_REDIRECT_URL_FAILURE to it.
LOGIN_REDIRECT_URL_FAILURE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the experience of debugging the issue in #23, Spencer suggested that:
This should mostly be a matter of creating a suitable view and pointing
LOGIN_REDIRECT_URL_FAILURE
to it.The text was updated successfully, but these errors were encountered: