Robert Peake
Forum Replies Created
-
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Where can we send PRs to this plugin?Feel free to fork and PR now — it’s up to date. Thanks!
Forum: Plugins
In reply to: [Better Random Redirect] Deprecated WarningThanks, I’ve just pushed an update
Forum: Reviews
In reply to: [Login No Captcha reCAPTCHA] The backend may be unchecked.The old captcha console for creating keys was very straightforward. Google recently moved this under Cloud Console as part of sweeping moves to consolidate, so this dashboard view is fairly new and much less clear.
The checklist wizard on the cloud console is walking you through a variety of steps with names like frontend and backend for a variety of v2 and v3 captcha offerings. In reality, these are not related to the frontend / backend functionality of the plugin, which uses checkbox v2 and does not require scores.
If you have created and input a public and secret key to the plugin configuration page, you are fully set up and the plugin is checking responses with Google as expected. The keys in Cloud Console are fully backwards compatible with the old captcha console, and with the plugin’s approach to integration.Forum: Reviews
In reply to: [Login No Captcha reCAPTCHA] The backend may be unchecked.I believe you are reporting this on the wrong plugin. Many captcha plugins have very similar names.
This plugin performs full back-end checking against the Google Captcha API v2. Even with the javascript disabled or front-end modifications to the DOM, the captcha will not let you through.
Forum: Plugins
In reply to: [Breeze Cache] PHP 7 Compatibility ErrorGreat, glad that was useful!
Forum: Plugins
In reply to: [Breeze Cache] PHP 7 Compatibility ErrorMore information: this was happening when files were being routed through the legacy ms-files.php in multisite mode. Our workaround was to get rid of this and go direct to the filesystem or image files, bypassing Breeze altogether.
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Deprecation Notice on PHP 8.1That’s fine. Enjoy using this free open source software to the extent that it is useful to you. It is made entirely by volunteers in our spare time. So, one way to show your respect for the hard work and dedication that goes into making something like this is to contribute to the code base when you see an opportunity for improvement. That was the spirit of my invitation.
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Deprecation Notice on PHP 8.1This plugin is being maintained for bug fixes and essential enhancements. It is working well for many sites under php 8.x. If you would like to submit a pull request for string sanitization using an updated method, you can do so here: https://github.com/cyberscribe/login-recaptcha/
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Support for WishList Member login formsHi Mike,
Thanks for your message. This is an open source project with no paid contributors.
If you would like to submit a pull request to make styles available to specific login pages for your plugin, please feel free to do so here and we will review it: https://github.com/cyberscribe/login-recaptcha
As long as it does not negatively interfere with any existing functionality, it should go through.
Many thanks.
Best,
RobertForum: Plugins
In reply to: [Better Random Redirect] Undefined array key “default_language”Thanks for reporting this. It should be fixed with the latest release (1.3.18)
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] issue with firefox 125.0.3This doesn’t look like an error this plugin would generate and we’ve not had any other reports of Firefox issues. Be sure to check you have the right support forum for the right captcha plugin (there are many, sometimes people report something here that is for a different plugin with a similar name).
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Login NoCaptcha has not been properly configuredWe use this plugin with Elementor and don’t have this experience. Note that for multisite you must enter the keys for each individual site. Other than that, be sure this is the correct plugin (there are many with a similar name) and try deactivating plugins/themes until you find the conflict. Again, not aware of any Elementor conflicts so perhaps a specific configuration in Elementor? If you find out let us know!
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Missing ReCaptcha boxUsually this is caused by a template or template customisation that implements the login form without properly calling the required WordPress “hook” that displays the Captcha. Try a different theme and see if that resolves it. If not, the next step would be to try disabling plugins until you find the other plugin that is conflicting. Good luck!
The plugin is only able to protect the *default* registration pages generated by WordPress or WooCommerce. Other plugins may or may not implement the hooks necessary for the plugin to be able to display the captcha. Also, allowing registrations via xmlrpc or the REST API are not covered. Finally, template customizations that leave out the necessary standard login and registration hooks could also be the culprit here.
Thanks, we have updated the compatibility rating. Note that this plugin does not prevent spam, only deters automated login attempts. For a good anti-spam plugin, consider Akismet