-
Notifications
You must be signed in to change notification settings - Fork 327
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
Fixed csrf failures #374
base: master
Are you sure you want to change the base?
Fixed csrf failures #374
Conversation
I testes this one and it works for me. Please merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It indeed helps me make geeknote work.
+1 Solved my broken setup as well. |
This solved my problem and got geeknote login working :) |
Solves login issue like a charm ;-) |
Cheers. Solved. |
+1 Thank you :) |
Sorry for the newb question but how does one use this fix? I'd really like to have geeknote working again. |
@1xPdd Easiest is to simply clone geeknote from |
@pravsripad OK. Thanks! |
👍 |
For those that are looking for the easy patch to your local pull:
|
+1. Thanks for the fix.
|
It works out. Thanks!! |
Perfect this worked for me. The only wrinkle was missing lxml modules, which I installed manually. |
Thanks :D |
Fixed login failures, they were due to missing csrf tokens. This probably warrants a bit of a rewrite of this layer, as I had to do some hacky things (not a python dev) to get the tokens to correctly output.