Just take the string as bytes and hash it ffs

  • JackbyDev
    link
    English
    2018 days ago

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

    • @silasmariner
      link
      English
      318 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
        English
        218 days ago

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