Show / Hide Table of Contents

    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

    CaptchaTestMode

    • 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:

    forgot_password_page_chaptcha

    • Here is the result when you access the forgot password page:

    remove_captcha_username_password

    Back to top Generated by DocFX