• @[email protected]
    link
    fedilink
    111 year ago

    Same feeling when you go to reset the password and find out this site has a weird rule like “cannot use full words within password”, and then remembering the weird password you used for the site. I wish password requirements could be seen next to the login field sometimes.

    • netburnr
      link
      English
      41 year ago

      This makes it easier on the people trying to guess the accounts

      • @Jaigoda
        link
        English
        51 year ago

        Unless the website has changed it at some point, the password creation rules will be easily accessible just by going to the account creation page. Having it copied to the login page is not going to help people guess your password in any meaningful way.

    • @[email protected]
      link
      fedilink
      221 year ago

      My favorite is when systems will stealth truncate your password without telling you, but only when setting it. For some reason I often encounter this with systems truncating to 20 characters.

      • Set 24 character password: no error (secretly truncated to 20 characters).
      • Try to log in: credentials invalid (it checks the full 24 character one against the 20 character one).
      • Go to reset to what it should be, password can’t be the same (again, stealth truncating to 20 characters).
  • @[email protected]
    link
    fedilink
    81 year ago

    well acshully

    I can imagine this could happen if sites change the implementation, e.g. their password hashing algorithm, in a way that require a password reset. (e.g. the site still used md5 or sha1 for password hashing). They won’t allow login with the broken hash. But they still check if the new password is the old one, since the old one could be compromised.

    • @Bondrewd
      link
      11 year ago

      Omfg, I didnt even think of this.

  • @jagungal
    link
    51 year ago

    My fucking school account was like this from year 4 through to the end of my schooling career. Thankfully I didn’t have to contend with that system for most of the latter half of my school years

  • @[email protected]
    link
    fedilink
    English
    18 months ago

    This can happen if you change your password and try to log in using the old one, and the system prevents you from using any password you have set previously (Google does this, for example)