Manually disable Google reCaptcha

If you enabled Google reCaptcha and were later unable to log in due to an invalid google reCaptcha domain or a javascript error. You will need to disable it manually because you can't access the admin portal.

To disable it, access your database using phpMyAdmin or another database administration tool. Run this query-

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

Or, you can find the column on sys_appconfig table and set it to 0

Can’t find the answers you’re looking for?

We’re here to help. Chat with us.