CAPTCHA? Prevent robots from attacking a login page within a Mendix application

0
Hello,   I was a bot worried that robots will attack the applications we have at Mendix using the login page. So I thought of including a Captcha (Google’s reCAPTCHA for instance) to that page. But then, I thought that maybe there’s already a security check on AWS. is it the case?   Many thanks in advance for your help!   Best regards, Amine ADJAR.
asked
1 answers
0

The account will be blocked for an amount of time after three failed attempts. So I would not bother with reCAPTCHA's. All is handled by the platorm. But even if that is not enough you could use the blocked boolean to change a counter so you can track how many times an account get's blocked. For now I would not worry.

Regards,

Ronald

 

answered