AbanteCart Community
Shopping Cart Operations => Support => Topic started by: andrevdb on September 12, 2024, 01:56:13 AM
-
can u disabling reCAPTCHA manually through the database or php
-
to disable reCaptcha you should clear it's site and secret keys in the admin settings (see tab General)
-
cant log in or reset password
-
Human verification Failed!
-
try to remove recaptcha site keys fron phpMyAdmin
update settings SET `value` = '' WHERE `key` LIKE 'config_recaptcha_%';