We've all been there.

you are viewing a single comment's thread
view the rest of the comments
[–] 33 points 3 years ago (1 child)

My favorite, though, is:

types in password "Password incorrect" goes to reset password "please enter a new password" types in password "your new password cannot be the same"

  • source
  • hideshow 2 child comments
  • [–] 6 points 3 years ago (3 children)

    That just means you entered it wrong the first time.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 12 points 3 years ago (1 child)

    It often means that one could have derived the correct password from the set of rules - but those rules are not shown when asking for the old password

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 3 years ago

    Exactly this. I want to normalize showing the password requirements when you don't immediately get the password - if you made me jump through hoops the first time, at least remind me what they were!

  • source
  • parent
  • [–] 6 points 3 years ago*

    Sometimes it means the page checking the password is following a different ruleset eg. the main page is case sensitive and the change password page isn't. Sometimes it's stuff like the entered password is silently truncated to a fixed number of characters and because of that won't let you log in. Sometimes it's wierd character expansions being passed directly to the password checking routine (& or similar).

  • source
  • parent