Just take the string as bytes and hash it ffs

  • JackbyDev
    link
    fedilink
    English
    2024 days ago

    Feels odd to check the password requirements on the enter password screen in addition to the new password screen.

    • @silasmariner@programming.dev
      link
      fedilink
      English
      324 days ago

      Might be checking the old password on the new password screen. Easy programming mistake to make I guess? Apply the same validation to all 3 password fields…

      • JackbyDev
        link
        fedilink
        English
        224 days ago

        Ahhh, good catch! You are probably a master of code reviews and QA!