If someone attempts to brute force a password, the account might get locked too often, and the user will be forced to reset the password.
Initial ideas:
- Once the user gets logged in, we could setup a cookie, assume the machine is safe (allow it to skip the validation), at least for N days.
- Setup smaller retry limits for the same IP, which would force an attacker to use a better network setup?!
If someone attempts to brute force a password, the account might get locked too often, and the user will be forced to reset the password.
Initial ideas: