It seems that the bot detection is VERY aggressive, user gets blocked (& shown Captcha) after just 3 tries using wrong email.
Is there a way to tweak that number similar to that from Brute Force setting?
This is a huge problem on our React Native mobile app where we couldn’t implement the Captcha due to expo framework restrictions.
users basically gets stuck at login after just 3 failed tries & the error message being returned is just a 404 error & not comprehensive at all, how can we work around this without turning off Bot Detection?
So the error you are describing is from Brute Force attack = user fails to provide correct password using same account, our problem is for Bot Detection = user (or bot) tries to login using different accounts. They don’t return the same errors.
If user is blocked due to bot detection, we can’t unblock from the User Management page, we can’t unblock via white-listing their IP. The ONLY ways is to either disable bot-detection all together OR if the user solves a CAPTCHA.
However, as I mentioned previously, we can’t implement CAPTCHA due to technical limitations with our mobile app being managed by Expo
Qs:
Is there any other way to unblock a user that’s blocked by Bot Detection AI?
Can a user be permanently blocked by bot-detection if he/she tries too many times (e.g. during testing or development)?