6

Got an app upgrade breaking my login credentials .. login works on corresponding website but no longer on app.

Guess it has to do with either the length (> 30 chars) or some of the special characters in the password...

Great job!

Comments
  • 2
    Bad to experience that shit a year ago. Do not ask me who was even thinking about doing that
  • 1
    Had the same problem. Website didn't specifically limit password characters, but the API limits it to I don't even know what. Everytime I tried to login it returned 401 wrong password and I was like, th, I seriously thought it was because of my code, but it was because the API didn't accept my password at all.
  • 0
    After further investigation it turns out it wasn't the special characters in email or password, but rather the length,

    Passwords longer than 20 chars get silently trimmed -.-

    #securitylike1970
Add Comment