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

Fix redirect error when forcing allauth login in admin site #5078

Merged
merged 1 commit into from
May 18, 2024

Conversation

jkaeske
Copy link
Contributor

@jkaeske jkaeske commented May 18, 2024

Description

I brought up the issue described in #4766 directly in django-allauth.
Since the release 0.63.1 this issue is fixed and the documentation is updated.
Allauth 0.63.1 is already merged into cookiecutter.
This PR implements the new workaround documented in the allauth docs.

This fixes #4766.

Checklist:

  • I've made sure that tests are updated accordingly (especially if adding or updating a template option)
  • I've updated the documentation or confirm that my change doesn't require any updates

@browniebroke browniebroke merged commit b119eae into cookiecutter:master May 18, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin login as non-superuser avoids allauth login flow
2 participants