跳至内容
  • 登录
  • 注册
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 消息
  • 支持
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress

插件

  • 我的收藏
  • Beta测试
  • 开发者
下载

Login No Captcha reCAPTCHA

作者Robert Peake and Contributors
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

Adds a Google No Captcha ReCaptcha checkbox to your WordPress and Woocommerce login, forgot password, and user registration pages. Denies access to automated scripts while making it easy on humans to log in by checking a box. As Google says, it is “Tough on bots, easy on humans.”

屏幕截图

  • Configuration options screen
  • Login screen once configured

安装

Install as normal for WordPress plugins.

常见问题

Why should I install this plugin?

Many Worpdress sites are bombarded by automated scripts trying to log in to the admin over and over.

The No Captcha is a very simple, Google-supported test to quickly deny access to automated scripts. It is great by itself to instantly make your WordPress site more secure, or can be used with other plugins (like Google Authenticator, Limit Login Attempts, etc.) as part of a defense-in-depth strategy.

There are a lot of other plugins for this, why should I install this one?

I’ve gone to great lengths to try to make sure this plugin is easy to use and install, that it is compatible with different WordPress configurations, supports multiple languages, and that you won’t accidentally lock yourself out of the admin by using it. I use it myself on my own sites as well. So far, it just works.

Does this plugin support [insert name] custom login page plugin?

Probably not. Many custom login form plugins do not call the standard login_form action hook from their login forms, making it impossible to correctly render the captcha after the password prompt. For this reason, this plugin only supports the default wp-login.php and WooCommerce forms. Many such plugins do offer captcha fields (sometimes as a paid upgrade). This plugin tries to do just a few things well.

Does this plugin add a CAPTCHA to comment forms?

No. This plugin is designed to thwart automated hacking attempts, not prevent comment spam. Most good comment plugins have their own spam prevention methods. This plugin tries to do just a few things well.

Does this plugin add a CAPTCHA to custom forms?

No. This plugin is designed to thwart automated hacking attempts, not prevent spam from custom forms. Most good custom form plugins have their own spam prevention methods. Many of them support a CAPTCHA field already. This plugin tries to do just a few things well.

Can I help?

Yes, please. Submit pull requests on github.

I am having trouble with the reCAPTCHA in Internet Explorer

Please see this page for help from Google.

I still see lots of brute force attacks against /wp-login.php in my log files

The reCAPTCHA plugin will not prevent the attempt of brute force attacks, rather it will simply ensure that they do not succeed. That is, scripts may still attempt direct POST attacks against /wp-login.php, but without the correct reCAPTCHA data, they will not go through (even if they have guessed the login and password correctly). To prevent repeat attempts against /wp-login.php, consider using a plugin that limits login attempts in conjunction with this one. Other approaches, such as a web application firewall should also form a part of your complete defense-in-depth strategy.

Where can I learn more about Google reCAPTCHA?

https://www.google.com/recaptcha/intro/index.html

What are your boring legal disclaimers?

This plugin is not affiliated with or endorsed by Google in any way. Google is a registered trademark of Google, Inc. By using reCAPTCHA you agree the terms of service set out by Google. The author provides no warranty as to the suitability to any purpose of this software. You agree to use it entirely at your own risk.

评价

Terrific Plugin that Works

IreneLinda 2022年9月14日
Wow, it works! I've been so frustrated for weeks with a Contact form whose reCAPTCHA would not work due to a conflict with the NoCaptcha ReCaptcha for WooCommerce plugin. That plugin is no longer supported as they told me when I contacted them. I didn't know where to turn for a replacement. We had been getting tons of fake registrations on our WooCommerce Account page and that plugin stopped them. Anyway I found this plugin, read some reviews and thought I'd try it out on our stage site. It's only just installed there so my excitement is perhaps premature, but I am so excited to see our WPForms contact form reCAPTCHA working again, even on the stage site, that I wanted to let the developers know how grateful I am. I'll post some more thoughts once I've installed it on the live site and tried it out for a few days. It was SO easy to install and the directions were also easy to follow. I liked their warning to test on a different browser to ensure you could log in to your site before saving the keys. Great advice! Thanks for creating this plugin. I am delighted with it ... and you guys for creating it. Linda

Excelent solution

jgmm81 2022年8月23日
Thanks in advanced for your nice job, works very well Five stars!

Needs wildcard support

Jeff Starr 2022年5月24日
Great plugin but really needs wildcard support for "Whitelist IP" setting. Many ISPs change IP addresses constantly, so it's a pain to have to always go in and manually add another IP address to the list. I posted a support topic asking for wildcard support about 10 months ago, but zero replies from the plugin developer. Wildcard support would change my rating to 5 stars easy. Otherwise I'll eventually fork this plugin and add the wildcard myself (it's trivial to do). Thanks to the developers for this great plugin.

Simple, great user interface!

shirtguy72 2022年5月7日
Nice Plugin!

It works properly

Dominik Kozmáli 2022年2月17日 8 回复
Nothing to complain about, everything is working properly.

Great Plugin

hpmg 2022年2月4日 1 回复
Great and simple plugin. I do hope that reCAPTCHA V3 will be supported in the future.
阅读所有58条评价

贡献者及开发者

“Login No Captcha reCAPTCHA” 是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • Robert Peake

“Login No Captcha reCAPTCHA”插件已被翻译至10种本地话语言。 感谢所有译者为本插件所做的贡献。

将“Login No Captcha reCAPTCHA”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

1.7.1

Bumped compatiblity

1.7 =
– Display information about the security implications of using the whitelist feature

1.6.11

  • Backwards compatbility fix for PHP <= 5.5 empty() quirk/bug: https://www.php.net/manual/en/function.empty.php

1.6.10

  • Resolve issue whereby captcha could be bypassed for new user registrations introduced in 1.6.9
  • Add option to disable default CSS entirely

1.6.9

  • Resolves CSS dependency issue causing conflicts on non-login pages

1.6.8

  • Prevent information disclosure by only returning error about blank captcha, not login status

1.6.7

  • Revert CSS styling changes after multiple reports of problems
  • Add German language support

1.6.6

  • CSS styling improvement

1.6.5

  • Tested with 5.3

1.6.4

  • Tested with 5.2
  • Using callback to disable submit buttons

1.6.3

  • Resolve issue with captcha not displaying on embedded login form on WooCommerce checkout page

1.6.2

  • Resolve fatal error with old versions of PHP (reported on 5.4.45)

1.6.1

  • Disable submit buttons via javascript on Woo forms
  • Improve error messaging

1.6

  • Added IP whitelist functionality (thanks @farley1122)
  • More comprehensive protection of signup endpoints, including wp-signup.php and my-account page

1.5

  • Resolve issue introduced in 1.4x whereby captcha was being be bypassed
  • ALL USERS STRONGLY ENCOURAGED TO UPDATE FOR SECURITY REASONS AND NOT USE 1.4x

1.4.1

  • Align language text domain with plugin tag to allow translation contributions

1.4

  • Added support for registration forms (thanks to d2roth)
  • Align filter/hook calls with codex
  • Increase priority (earlier execution) of login checking (prevents unnecessary alerts from e.g. WordFence)

1.3.3

  • Fixed bug with fallback to cURL in cases where TLS is misconfigured

1.3.2

  • Compatibility fix for use of empty() language construct in php 5.x

1.3.1

  • Added experimental support for v3 (hidden for now)

1.3

  • Added reCaptcha to lost password form
  • Added Russian translation
  • Tested with 5.0

1.2.5

  • Revert lost password form change as it was frontend-only

1.2.4

  • Add reCaptcha to lost password form

1.2.3

  • Improved Section 508 compliance
  • Do not check for noCaptcha values when using a non-WordPress authentication method other than WooCommerce
  • Add standard WordPress shake effect to invalid login response

1.2.2

  • Do not check for noCaptcha values when using a non-WordPress authentication method
  • Fix bug with submit button greyed out on settings page

1.2.1

  • Implement noCaptcha for WooCommerce customer login form

1.2

  • Fixed an important security issue (thanks to jezevec10 for reporting) to harden the reCaptcha-enabled login page against clever bots

1.1.11

  • Added French translation (thanks to fdinh)

1.1.10

  • Minor bugfix for error reporting

1.1.7

  • Bug fix for login form display in admin, testing on 4.5

1.1.6

  • Disable login with js until NoCaptcha returns

1.1.5

  • Tested compatible with 4.4x

1.1.4

  • Better display of captcha when javascript disabled (thanks to webmasteral)

1.1.3

  • Improved handling of certain Google responses

1.1.2

  • Improved just-in-time script registration (only for admin/login)

1.1.1

  • Remove warning about enqueueing css/js too early

1.1

  • Major security improvement: now supporting reCaptcha checking with javascript disabled (thanks to mfjtf)

1.0.3

  • Resolve issue with WordPress hosted on an inaccessible domain (e.g. localhost)

1.0.2

  • Resolve bug with wp_remote_post() payload

1.0.1

  • Resolve linking issue due to repository maintainers renaming the plugin

1.0.0

  • Initial release

额外信息

  • 版本:1.7.1
  • 最后更新:2月前
  • 有效安装数量:90,000+
  • WordPress版本: 4.6 或更高版本
  • 最高兼容版本:6.1.1
  • 语言:

    Chinese (China)、Danish、Dutch、Dutch (Belgium)、English (US)、Galician、German、Spanish (Ecuador)、Spanish (Spain)、Spanish (Venezuela)和Swedish.

    翻译成您的语言

  • 标签:
    googleloginnocaptcharecaptchasecurity
  • 高级视图

评级

查看所有评价
  • 5星 49
  • 4星 2
  • 3星 2
  • 2星 2
  • 1星 3
登录以提交评价。

贡献者

  • Robert Peake

支持

最近两个月解决的问题:

总计 6,已解决 4

查看支持论坛

  • 关于
  • 消息
  • 主机
  • 捐助
  • Swag
  • 文档
  • 开发者
  • 参与
  • 学习
  • 展示站点
  • 插件
  • 主题
  • 区块样板
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隐私
  • Public Code
WordPress.org
WordPress.org

China 简体中文

  • 访问我们的 Facebook 公共主页
  • 关注我们的 Twitter 账号
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
代码如诗