How do I disable Google Recaptcha?

LP

Liam P Posted on Mar 15 2021
...
Liam P
Share:

Run the following sql command using phpMyAdmin or any other tool-

UPDATE sys_appconfig SET value=0 WHERE setting='recaptcha';

And then

UPDATE sys_appconfig SET value='' WHERE setting='recaptcha_sitekey';

YOU

Please Login or Register to add a reply.