Brute force protection

@memes

  • @[email protected]
    link
    fedilink
    172 months ago

    Like the other person said, it’s not meant to always fail the first time you enter any password.

    It is meant to fail the first time you enter the correct password.

    • @[email protected]
      link
      fedilink
      12 months ago

      So it should be: if password == correct and first_success == true then { login failure; first_success = false }

      Something like that.