-
Notifications
You must be signed in to change notification settings - Fork 38
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
Login Failing #33
Labels
Comments
problem still persists, same here. |
Same issue here. passing -A didnt help. |
graag
pushed a commit
to graag/humblebundle
that referenced
this issue
Oct 12, 2017
- Add `_le_csrf_token` to the payload sent to the humbleguard. For me resolves problems with email code verification.
In my case there were actually two problems:
|
@MestreLion I guess that the main issue here was with the _simpleauth_sess cookie. Maybe a note in the documentation stating that all characters have to be included? |
Thanks for pointing out the thing about the double quotes, @graag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if they've changed anything since the last update here in Jan, but despite correct credentials, the login process is failing. I can see the correct username and password being sent via post (with the exception of the @ in the email being translated to %40 which I assume is part of the form encoding) but I still get the "Either username/password are not correct, or a ReCaptcha..." message.
Adding --auth with the _simpleauth_sess value from the browser doesn't help at all, same error.
The debug output shows a 302 on /home/keys, then a 200 on /login?goto=%2Fhome%2Fkeys then a 401 on /processlogin. _simpleauth_sess in that post matches the one I'm seeing in the browser.
The text was updated successfully, but these errors were encountered: