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: temp fix to allow non-admins to login #34

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

olemathias
Copy link
Member

@olemathias olemathias commented Oct 16, 2024

Looks like django.contrib.auth.backends.ModelBackend is needed for non-admins to login. Note that this will allow users to set a password on the user and login directly to django-admin. Normal wagtail admin still only allows wannabe

@olemathias olemathias requested a review from a team as a code owner October 16, 2024 21:11
@olemathias olemathias requested a review from mfyll October 16, 2024 21:11
Copy link
Member

@mfyll mfyll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olemathias olemathias merged commit 30cceb2 into main Oct 16, 2024
8 checks passed
@olemathias olemathias deleted the pr/enable-modelbackend branch October 16, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants