Base solution for your next web application
Open Closed

Disable ReCaptcha from backend #9094


User avatar
0
andry3ag created

Hi Team,

We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6). I have created a web API project that is being consumed by the client side using token based authentication. I can see in your documentation under "Tenant Settings" that I can disable reCaptcha using the user management tab under the Adminstration page. I was wondering if its possible to disable it from backend?

Thanks


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi andry3ag

    After disabling ReCaptcha in the settings page, it will no longer affect your application.

    I was wondering if its possible to disable it from backend?

    I think you can remove the relevant code.