AbanteCart Community

Shopping Cart Operations => Support => Topic started by: andrevdb on September 12, 2024, 01:56:13 AM

Title: can u disabling reCAPTCHA manually through the database or php
Post by: andrevdb on September 12, 2024, 01:56:13 AM
can u disabling reCAPTCHA  manually through the database or php
Title: Re: can u disabling reCAPTCHA manually through the database or php
Post by: abolabo on September 12, 2024, 04:41:18 AM
to disable reCaptcha you should clear it's site and secret keys in the admin settings (see tab General)
Title: Re: can u disabling reCAPTCHA manually through the database or php
Post by: andrevdb on September 12, 2024, 04:46:39 AM
cant log in or reset password
Title: Re: can u disabling reCAPTCHA manually through the database or php
Post by: andrevdb on September 12, 2024, 04:49:04 AM
Human verification Failed!
Title: Re: can u disabling reCAPTCHA manually through the database or php
Post by: abolabo on September 13, 2024, 06:54:00 AM
try to remove recaptcha site keys fron phpMyAdmin
Code: [Select]
update settings SET `value` = '' WHERE `key` LIKE 'config_recaptcha_%';