anders@rytter.me to Memes@lemmy.ml · 11 个月前Brute force protectionrytter.meimagemessage-square109fedilinkarrow-up11.05Karrow-down134file-text
arrow-up11.02Karrow-down1imageBrute force protectionrytter.meanders@rytter.me to Memes@lemmy.ml · 11 个月前message-square109fedilinkfile-text
minus-squarereflectedodds@lemmy.worldlinkfedilinkarrow-up17·10 个月前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.
minus-squarewinterayars@sh.itjust.workslinkfedilinkarrow-up2arrow-down1·10 个月前So it should be: if password == correct and first_success == true then { login failure; first_success = false } Something like that.
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.
So it should be: if password == correct and first_success == true then { login failure; first_success = false }
Something like that.