Can any body please tell me how to reset blocked form submission stats [ Already 1220 blocked form submissions]
Also
How to avoid link "CAPTCHA: no challenge enabled" in views interface or such pages which can only be accessed by trusted users

Comments

zendka’s picture

Status: Active » Fixed

In order to remove the "CAPTCHA: no challenge enabled" link you need to go to the module settings page admin/user/captcha and uncheck "Add CAPTCHA administration links to forms".

There is no module setting that allows resetting of the submission stats seen on admin/reports/status.
However you can do it directly in the database: DELETE FROM variable WHERE name = 'captcha_wrong_response_counter'
Or you can uninstall the module and reinstall it. That will delete ALL your module settings, so you'll need to set it up again.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.