anders to [email protected] • 8 months agoBrute force protectionrytter.meimagemessage-square102fedilinkarrow-up11.03Karrow-down130file-text
arrow-up11Karrow-down1imageBrute force protectionrytter.meanders to [email protected] • 8 months agomessage-square102fedilinkfile-text
minus-square@reflectedoddslink16•8 months agoLike 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-square@[email protected]linkfedilink1•8 months agoSo 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.