Configurate CAPTCHA
Issue
In some cirumstances, user needs to disable the requirement for CAPTCHA, for e.g we need to disable the catpcha on the reset-password page.
How to do
- Access the web.config of your tenant’s Runtime, for e.g C:\Program Files\Safewhere\Identify\Tenants\[your_tenant]\runtime\web.config, and set CaptchaTestMode to True
- Open the view: ForgotPasswordPage.cshtml (it’s at C:\Program Files\Safewhere\Identify\Tenants\[your_tenant]\runtime\Views\ResetPassword), comment out the captcha section like below:
- Here is the result when you access the forgot password page: