Robert Peake
Forum Replies Created
-
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] plugin compatible with a multisite installation?I am currently running this on several multisite installations for clients with no issue. You do have to input the Google credentials to each sub-site
No problem, good luck, and if you do post findings back here it may help others in the future
The most likely cause would be a custom registration page, created by a plugin or theme, that does not implement the necessary hooks to support a captcha. I have also seen spam registrations from real people answering captchas in the past–they only need one registration as an entrypoint to then use automated tools for spamming. Curious to hear the cause when/if you find out.
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Error for site owner: invalid site keyCheck your site key settings and all domain names listed in the Admin Console for Google Captcha: https://developers.google.com/recaptcha/docs/settings
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Still brute force attacksNote that this plugin won’t stop page visits from automated scripts from showing up in your logs. Bots may still attempt brute force attacks against your login page — they will just be unlikely to be successful due to the Google captcha protecting that page. Hope that makes sense.
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] wp_optionsThis plugin stores a maximum of nine (9) variables in the wp_options table. All of them have option names starting with login_nocaptcha*. They are updated, but should not be added as duplicates. So, it is likely something else is filling up your options table, or that there is a problem with the unique keys constraint on the table such that it allows numerous duplicates.
The error about xml-rpc tells you that people are logging in in ways that no captcha plugin can help protect you about–using the xml-rpc protocol directly. If you are not expecting this, you may wish to consider disabling this option: https://www.wpbeginner.com/plugins/how-to-disable-xml-rpc-in-wordpress/Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] working with new WP version?Yes, it works with the latest version of WordPress (6.1.1) and I have updated it to show this. Thanks!
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Can it be Invisible on siteUnfortunately, no. WordPress core “reuses” the code for logging in to the admin for logging in everywhere else. It is in that code that the recaptcha “hooks” itself in, so because they are the same there is no way to “hook” it one place and not the other.
Forum: Plugins
In reply to: [Better Random Redirect] Suddenly plugin stopped redirecting to random postyes, caching is a common problem. Glad to hear it works!
Forum: Plugins
In reply to: [Better Random Redirect] Suddenly plugin stopped redirecting to random postHi–looks like it’s working again? Could you post the solution in case it can help others?
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Cloudflare Turnstile support?Thanks for the idea. Currently no plans to add Turnstile support. Hopefully another plugin will do this soon, and do it well.
Glad to hear you have some good support there. It’s a very strange issue (i.e. hasn’t come up yet as we’re approaching nearly 100k installations!) so would be curious to hear the resolution.
Sorry for the long silence, Linda. Curious to hear if you found a solution…
Linda it looks like the hook
login_enqueue_scriptsis not firing properly to add the<script src="https://www.google.com/recaptcha/api.js?onload=submitDisable"></script>code into the footerLinda, if the captcha is displaying in the settings page but not on the login form, almost certainly some other plugin is interfering with the rendering of the captcha. I had a look at your main site, and in the place where this plugin should be summoning Google to display the captcha, there is code for WP Rocket. Is it possible this is enabled on your live site but not on the staging site? Have you cleared the WP Rocket cache recently? Those are my best guesses at this point.
You can certainly try uninstalling and reinstalling. But in these kinds of situations, almost always it is another plugin that isn’t “playing nicely” with the login form, so I’d start with triple-checking that the plugins that are installed and enabled are 100% the same between your stage and live site.