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

Forbidden 403 — CSRF Verification failed on login #172

Open
rchampine opened this issue Feb 14, 2024 · 3 comments
Open

Forbidden 403 — CSRF Verification failed on login #172

rchampine opened this issue Feb 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@rchampine
Copy link

Some DSL students are getting this 403 message when logging in. Clearing the browser cookies is a successful workaround. We have only encountered this on Chrome so far.
image

@rchampine rchampine added the bug Something isn't working label Feb 14, 2024
@mradamcox
Copy link
Collaborator

It's possible this would be solved by upgrading allauth to 0.55.2 https://github.com/pennersr/django-allauth/releases/tag/0.55.2, which would include this commit: https://github.com/pennersr/django-allauth/pull/3390/files.

I suppose this must be a regression from putting the sign-in form into a modal, unfortunately.

@mradamcox
Copy link
Collaborator

@rchampine I've made that allauth upgrade, let me know if this issue comes up again.

@rchampine
Copy link
Author

Sounds good — thanks!

mradamcox added a commit that referenced this issue Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants