Disable ReCaptcha

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi
how i can Disable ReCaptcha. i get error on ReCaptcha Button and i need to remove it?
i just use 4.3. i see there is some posts about same thing but it's older version.
what i should do now ?
3 years ago
General Settings
https://yourwebsite.com/Admin/Setting/GeneralCommon
3 years ago
Hi
sorry i forget to say. i sign out of store and cannot log in it. i need to disable Recaptcha Manually. i see some posts to disable it by some database queries. i don't no if it working with 4.3  .

thanks
3 years ago
Run SQL Query

Update Setting set Value= 'False' where Name = 'captchasettings.enabled'
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.