Hi,
First of all, really great work. Thank you !
I have two (minor) issues:
(a) The reCaptcha forms that appear on the admin login page and the one that appears on the comment page are different. The admin login page has the modern noCaptcha appearing. However, the form which appears for the comments is still the older style text based form.
(b) The captcha form that appears on the comment page appears to have two text boxes. See https://trishulproject.org/nashdevata/ . Why would that be ?
Thanks again,
Avinash
https://www.ads-software.com/plugins/googles-no-captcha-recaptcha/
]]>I installed the plugin and entered the Site Key and Secret Key and saved the changes. When I tried to log back in to the site, the site said I was a bot. After 10 attempts, I used FTP to delete the plugin files and go back to a normal login.
I don’t have time to day to try to debug this, but I thought I should register the situation I encountered, because you must be prepared to manually delete the plugin if (for example) you make a mistake in entering the key information, as the WordPress administration pages will not be available due to the failed login.
https://www.ads-software.com/plugins/googles-no-captcha-recaptcha/
]]>Thx for the fast release of this tiny smart plugin!
In function verify_login_captcha($user, $password) you should
if ( defined('XMLRPC_REQUEST') ) { // don't verify captcha at XMLRPC_REQUESTS
return $user;
} else {
// do your code here
}
https://www.ads-software.com/plugins/googles-no-captcha-recaptcha/
]]>Like the title says, does it work with Contact Form 7.
https://www.ads-software.com/plugins/googles-no-captcha-recaptcha/
]]>