Agile Developer

CAPTCHA Implementat...
 
Notifications
Clear all

CAPTCHA Implementation for Login and Forgot Password Pages

2 Posts
2 Users
0 Reactions
401 Views
Posts: 609
Topic starter
(@banupriya)
Noble Member
Joined: 2 years ago

To strengthen the security of our application and mitigate the risk of automated password-guessing attacks on user accounts, we recommend implementing a CAPTCHA system on both the "Login" and "Forgot Password" pages.

A robust server-side CAPTCHA implementation will effectively reduce the likelihood of such attacks. We urge you to prioritize the addition of this security feature to the relevant forms.


1 Reply
Posts: 602
Admin
(@axpertsupport)
Honorable Member
Joined: 2 years ago

The CAPTCHA keys in the web.config file need to be enabled. Please ensure the keys are activated and verified.

For version 11.3, if the keys are not present in version 11.2, kindly add the following key to your web.config file:

<add key="enableCaptcha" value="true"/>


Reply
Share: