-
Notifications
You must be signed in to change notification settings - Fork 104
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
CSRF on [hostname]/accounts/password/reset/ #604
Comments
Sadly I just arrived at the same error. |
@kolumdium no, I haven't investigated further yet. |
while trying to get the docker-containers running, i stumbled across this error too. I have investigated that this error is due to django CSRF check. I was able to fix it with this new nginx config line:
Seems, that if the internal traffic goes over http and suddenly you have https traffic then the site thinks theres some errors and breaks. Please someone test this out - just default setup :
|
This issue has not been updated for more than 1year |
I am having same issue. |
But, adding the line as indicated above:
I get |
I'm trying to set this up (version 0.4). I think I've been following the manuals, and got to the point where I could open the web interface, and as suggested, wanted to ask for a password-reset in email. Unfortunately, that leads to a 403 error, complaining about CSRF.
I have
SERVE_FROM_DOMAIN=[myhost]
and nginx set up asAny ideas what could be going wrong here?
The text was updated successfully, but these errors were encountered: