I input my password.

It refuses to log me in. Says ‘Passwords must be between 10 and 60 characters’

I delete the last few characters. Now it lets me log in.

no bueno

  • 2xsaiko@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    8
    ·
    11 days ago

    That probably means it was silently cutting off the password until now. Cursed, reminds me of the original unix crypt() which I think did the same.

    • frightful_hobgoblinOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      11 days ago

      I was thinking the same.

      Can anyone check the code and verify?

      Coz if [the first 60 characters of a long password] has the same hash as [the long password], something is fishy.