• 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
    link
    fedilink
    English
    arrow-up
    64
    arrow-down
    3
    ·
    edit-2
    13 days ago

    I don’t even know how the fuck this happens.

    Enter password

    Incorrect

    Enter password again, carefully to make sure no typos

    Incorrect

    Change password to the one you remember it to be

    “New password can’t be the same as old password”

    😬

    Shit sometimes gives me this while using a password manager! The saved password is correct. Even the change password thing says it should be correct. Still tells me it’s wrong trying to use it.

    • skulblaka@sh.itjust.works
      cake
      link
      fedilink
      arrow-up
      62
      ·
      13 days ago

      That just means they’re forcing everyone to change their passwords but they don’t want to come out and tell you about it.

      If you’re lucky, some overzealous sysadmin is just trying to enforce regular password updates on his users, and makes them expire every once in a while.

      More likely, there was a breach of some sort that they want to keep on the hush.

      • MicrowavedTea@infosec.pub
        link
        fedilink
        arrow-up
        33
        ·
        13 days ago

        It’s also possible there’s a hidden max password size somewhere, like some fields only counting the first x characters of the password but it’s inconsistent across different forms.

        • Midnight Wolf@lemmy.world
          link
          fedilink
          English
          arrow-up
          11
          ·
          edit-2
          12 days ago

          USAA is guilty of this shit. Let’s you set a huge password. Truncates it. Doesn’t tell you about it. Error when logging in.

          I want to beat the motherfucker behind this strategy.

          E: Kagi too. I bitched out the support and I got a ‘meh, it should have told you’ response. Fix your shit.

          • MicrowavedTea@infosec.pub
            link
            fedilink
            arrow-up
            6
            ·
            12 days ago

            Not sure what is worse, not telling you and giving an error or not telling you and letting you log in (ie truncating the password both times, letting you think your password is longer than it is)

      • Serinus@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        13 days ago

        but they don’t want to come out and tell you about it.

        It also doesn’t require a code change to continue blaming the user when you invalidate all current passwords.

        It’s a couple database queries to move all current passwords to old passwords, and change current (hashed) password for everyone to “deadbeef”. Nobody can guess a value that adds to their salt and hashes to “deadbeef”, and you get this behavior.