Hi,
I installed the plugin but the captcha box was displayed before the agreement checkbox that I added in functions.php. Here is a screenshot:
https://prntscr.com/z2w4i0
thank you
]]>Hi
Im working with profile builder. my recaptcha item appears in forms but user can login even without filling it. iv nocaptcha-recaptcha V2 and the required field is YES.
!!
Can ncr-captcha.pot with the new strings?
Like
<h4><?php _e( 'Verify that you are a human.', self::$textdomain ); ?></h4>
I’m willing to translate this into Spanish, but this and others newer strings are not appearing in the .POT
]]>hi, i used for a time your plugin and i deleted it for some reasons��.now if i detect my site https://gtmetrix.com/reports/musicaperiltuomatrimonio.it/kuGgLBR3 i see a warning Leverage browser caching for the following cacheable resources:
https://www.google.com/recaptcha/api.js?onload=qodeRecaptchaCallback (5 minutes)
but i deleted it lot of time ago, so what can you tell me about? i deleted all cache and so on��please thanks
]]>I’m trying to move the recaptcha in the buddypress register form like this:
I can accomplish this easily by editing the buddypress-registration.php with:
Which solves the issue:
The problem is that obviously, after the next update this will disappear, reverting to the original state.
Can anyone suggest me an idea to solve this more efficiently?
]]>Hi,
We run into a very strange issue.
We are implementing a multisite solution in which our main site domain is https://www.oursite.net.
Our subsite has 2 types.
1) using the subfolder structure, so the URL is https://www.oursite.net/abc
2) mapped to a custom domain, so the URL is https://www.xyz.com
Each of our subsite has its own registration form which is associated with a recaptcha form powered by your solution.
For all subsites using the subfolder URL, the Recaptcha is working fine. See this screenshot:
https://drive.google.com/file/d/1MkIfM7frQBCYBAldkKZ0PAuSViNSSBc7/view?usp=sharing
For the ones mapped to the custom domains, we keep getting this Invalid Domain error. See this screenshot: https://drive.google.com/file/d/1-R1RfH18RJATLAYbHYp7uLZ6ia66HmL8/view?usp=sharing
Before we apply the recaptcha to the subsites with custom domains, we have tried both of the following:
1) add the custom domain (xyz.com) to the reCaptcha setting for oursite.com under the Google Developer console.
2) create a new reCaptcha key for the custom domain (xyz.com) via the Google Developer console.
Each time, we copied and pasted the latest reCapthca key to the plugin setting.
None of these 2 measures help.
We see that someone on the forum had run into a similar issue before and it was finally resolved. Can someone give us advice on how we could approach this issue? Thanks a lot.
]]>It seems the settings for this plugin are not accessible on a WordPress Multisite installation, neither from the Network Admin Dashboard, nor the subsite settings (which would be preferable due to differing domains). Hopefully this can be fixed soon. I want to note that the No CAPTCHA reCAPTCHA for WooCommerce plugin settings show up per subsite in the WooCommerce section of the Dashboard and works as expected.
]]>Please add support to messages page!
is the main place that spammers are using in my community
Hi, nice plugin, thanks !
But it does not show up on the BuddyPress “Create an Account” page; neither in the (BuddyPress) Log In widget.
Thanks !
Hi,
Your plugin works fine on the regular “login” and “register” pages, but when unlogged user comes to my site and clicks the “My Account” page, he/she is presented with a “Login or Register” page and there is no reCAPTCHA on either page. Can I add it somehow?
I’m using Elementor Pro with OceanWP theme.
]]>I’ve just finished debugging a site which was experiencing a 403 error when users attempted logging in remotely via xmlrpc, with valid admin credentials.
Surprisingly it turns out NCRC was the culprit – this isn’t a documented feature nor does their appear to be any way to turn it off. Therefore I assume it’s a bug?
]]>Hi, thank for your hard work. It’s possible use the reCAPTCHA v3, because with the v2, in the buddypress register page the reCAPTCHA block the password space pls see https://www.dsdramas.com/buddy-press/registro/
]]>Nice plugin, rating with 5 star, but please, add support for multi-site. so, when installed on MS, menu should be in Network.
the problem is that in your settings.php
file you have:
add_submenu_page(
'options-general.php'
instead you should have:
add_submenu_page(
( is_multisite() ? 'settings.php' : 'options-general.php' )
and then you should have 1 specific function in your class, like this:
private function get_option($key){
return ( is_multisite() ? get_site_option($key) : get_option($key) ) ;
}
and use that, instead of only getting option with get_option
as for MS sites the plugin doesnt work and doesnt show the protection. (same with update_option
, add_option
or delete_option
). and lastly, test it to ensure that it works on MS sites, before updating without testing.
thanks, waiting your update.
Any plans to integrate reCaptcha V3 for this plugin?
]]>I noticed that in anr-captcha-class.php on line 44:
add_filter (‘registration_errors’, array($this, ‘registration_verify’), 10, 3 );
The default priority of 10 is used. Note that other plugins operating on the registration_errors filter (like the “new user approve” plugin) also use the default priority. Validation / verification priority should be as high (so: in wp code as low int) as possible.
In its current state because of equal priorities it’s a gamble: the recaptcha is there, but will it be validated before the other plugin gets the data or not?
In my current case the “new user approve” plugin was installed earlier and their filter is triggered before this plugin, so the registration passes before verification is done. When I changed the priority to 9, just to test, all worked OK. I would suggest to set it even lower.
-> Other verify calls should be reconsidered as well.
]]>Is it already known issue that captcha is not shown with “Login with Ajax” plugin? The mentioned plugin seems to however work with the Siteguard plugin which offers also these kind of login captchas.
]]>I installed the plug in on the site storyspecies.com. There is no error message. I activated it on the login page and the register page by checking the boxes. It shows up on the page fine. It works on the login page. It stops the Submit with an error message, if the box is not checked. It does not work on the register page. It allows the Submit even if the box is not checked.
Any suggestions?
Dougal
Hi,
I am using Contact Form 7 for my ��contact us�� page. Recently my captcha button dissappered and now just the word ��captcha�� is at the bottom of the page. Can you tell me how to fix this problem?
Thank you
]]>Installed on my site and now I am locked out.
Every time I complete the captcha and login I get an error;
ERROR: Please confirm you are not a robot
….even though I did confirm this and completed the captcha
]]>I’m getting the below fatal error after upgraded to version 1.3:
Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /public_html/wp-content/plugins/no-captcha-recaptcha/mo-admin-notice.php on line 36
It broke the entire site. I had to disable all plugins and enable one by one to get the site working again.
After that, when I try to activate the plugin, the fatal error is displayed.
]]>I have read that there is only a hook for putting the captcha after the default first and last name fields… Has this been updated/fixed more recently. I really want the captcha positioned just before the Submit button as is logical…
Thanks for any help in implementing this.
]]>Hello, I tried using “All-in-one WP Migration” plugin to migrate my site to another but I did not bother removing no captcha reCaptcha before doing so (my mistake)
What happened was that when I migrated my site, when trying to log in to wp-admin the captcha gives out an error and the log in button is disabled.
At first I got this error: “ERROR for site owner: Invalid domain for site key”
I went to (https://www.google.com/recaptcha/admin#list) and tried deleting the captcha but this just resulted in a different error: “ERROR for site owner: Invalid site key”
SS: https://gyazo.com/c00b962d289701f45e79cdcb0fbf2ccd
At this point, what can I do to regain the ability to log in? Thank you for your time and consideration.
]]>I’m getting the following error, “Password reset is not allowed for this user” when users try to reset their password via the Woocommerce “Lost your password” form. When I uncheck the “Check to enable CAPTCHA in WooCommerce lost password form” option it works fine. The issue seems to be with the CAPTCHA. Any updates so that it works with the Woocommerce Lost Password Form?
]]>Is there anyway of adding recaptcha for the WP-admin page and registration page? I do not want to have this for front end user login. Essentially to stop false registrations and accessing the WP-Admin page.
]]>I installed this plugin on my site. after activating the plugin I enabled captcha for admin login page in the setting and saved and loged out. Now when I want to login the captcha form does not appear on the login page and when I want to login it does not allow me and just shows the error “make sure you are not robot…” or some thing like this.
I even tried to remove the plugin from my host. Now the error message is gone but the dashbord does not appear. only a white page after login.
What should I do. Please help because it is a serious problem.
]]>A comment is filled out, the reCaptcha isn’t checked – the comment gets submit, admin gets an email – comment gets deleted and the pages reloads showing an error message.
The issue here is that the admin gets an email about the comment even though the comment gets deleted – it should NEVER submit the form in the first place!
]]>Over night last night my client received 12-15 spam emails per minute from this form…
Anyone else get flooded last night?
nocaptcha recaptcha is on and appears to be working just fine….
Any ideas on how to fix?
]]>This is a great plugin I am using on many sites, but now I have a serious issue.
Recently I installed it on a new site, but I also installed the Mailchimp plugin which needed a different reCAPTCHA plugin installed so that there was reCAPTCHA on our newsletter subscription form.
Everything was working perfectly until I logged out. Now the login form has two reCAPTCHA and no matter what I cannot login.
I need to uninstall this plugin without being able to login to wordpress.
I hope you can help.
]]>When the plugin is enabled it breaks the BuddyPress version 2.9.1 user registration form. Users can enter their information but when they click register the page simply reloads and no user is created. I disabled the plugin and the registration worked as it should. I rolled back to version 1.1.2 and registration also worked as expected.
Thanks in advance for your help!
]]>First of all great plugin!
Thank you for creating and offering this plugin.
I am getting the following error when running this plugin (the message disappears when I disable it).
Undefined index: captcha_wc_lost_password in /home/…/public_html/wp-content/plugins/no-captcha-recaptcha-for-woocommerce/lost-password.php on line 11
It happens when I’m logged in as admin on every page.
-A