-
Notifications
You must be signed in to change notification settings - Fork 372
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
Overriding Login View #440
Comments
Hi @dannyshaw, I'd be happy for a PR for this 👍 |
Hi @dannyshaw, Are you working on this PR? |
Hi @sunjiali, we're working on this issue in our current sprint (well, @ddouglascarr is) We're not totally sure what direction you'd want to take this as repo owner. For our purposes just allowing a view to be provided in settings that will be returned when @ddouglasscarr will raise a PR once the approach we're taking is implemented on our fork. |
Hi @dannyshaw, I have custom login and I am not use django admin. Maybe same with you. So could you share the code of Thanks |
If you had this has a setting which would load your preferred view or default to |
This has been included in 2.2 which I've just released. |
We have a custom login that enforces Google Auth. However attempting to access explorer allows a login without auth via the SafeLoginView.
There doesn't appear to be a way to specify a custom login view/redirect?
If not would you accept a PR implementing an override?
The text was updated successfully, but these errors were encountered: