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_%';