Shopping Cart Operations > Support
can u disabling reCAPTCHA manually through the database or php
(1/1)
andrevdb:
can u disabling reCAPTCHA manually through the database or php
abolabo:
to disable reCaptcha you should clear it's site and secret keys in the admin settings (see tab General)
andrevdb:
cant log in or reset password
andrevdb:
Human verification Failed!
abolabo:
try to remove recaptcha site keys fron phpMyAdmin
--- Code: ---update settings SET `value` = '' WHERE `key` LIKE 'config_recaptcha_%';
--- End code ---
Navigation
[0] Message Index
Go to full version