Aller au contenu

WordPress.org

Français

  • Accueil
  • À propos
  • Thèmes
  • Extensions
  • Installation
  • Essayez Gutenberg !
  • Traduire WordPress
  • Blog
  • Obtenir WordPress

Extensions

  • Mes favoris
  • Bêta test
  • Développeurs
Télécharger

Login No Captcha reCAPTCHA

Par Robert Peake
  • Détails
  • Avis
  • Installation
  • Support
  • Développement

Description

Adds a Google No Captcha ReCaptcha checkbox to your WordPress and Woocommerce login and forgot password screens. 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. »

Captures d’écran

  • Configuration options screen
  • Login screen once configured

Installation

Install as normal for WordPress plugins.

FAQ

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.

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.

Avis

Close, but no cigar

toolsavvy
This plugin worked (for me), but it only adds reCaptcha to the login screens and lost password forms. It does not put recaptcha on the registration page. I only installed the plugin to see if maybe it was implemented on the registration page but wasn't mentioned. I found it odd someone would go to the trouble to create a plugin, but stop half-way. But that's, unfortunately, exactly what it is. It's like buying a car that only runs on Wednesday, Saturday and every 8th Monday of the 13th month of every year. :/ As the saying goes..."Close, but no cigar." If you allow registrations on your site, this isn't the plugin for you. I gave it 2 stars because it least it does seem to work.

Simple plugin

Aki
Very simple plugin to add a CAPTCHA to login form. Configuration is so easy. But this plugin doesn't support reCAPTCHA v3 (supports V2 only), supports login form only. It's made as a guard against bruteforce attacks, not against SPAM comments. Thanks, --- ログイン画面に Google の reCAPTCHA (V2のみ対応)を導入するプラグイン。 設定は簡単で、余計な項目がない。 ログイン画面以外には対応していないので、もしもコメントやコンタクトフォームなどに CAPTCHA を導入したければこのプラグインでは不可能。つまり、スパム対策としてではなく、管理画面へのブルートフォースアタック対策のプラグイン。

Captcha reCAPTCHA

Javier Pelayo
Muy buen pluging sencillo de usar. La solución que buscaba. Recomendable 100%.

Nice Plugin

Mr Timothy
I love this plugin

Simple, easy

ariapictures
thank you

Plugin indispensable!

yrisse3
Merci pour ce plugin devenu indispensable contre les spammeurs qui envahissent nos sites internet. 4 étoiles et pourquoi pas 5 me direz vous? Je donnerais l'ultime sacre à ce plugin déjà vital si nos gentils auteurs contributeurs ajoutaient une option pour pouvoir ajouter le Captcha sur le register WP. En effet nous avons la paix en ce qui concerne les spams automatisés, mais nous avons toujours autant d'inscriptions inutiles. Merci beaucoup pour vos travaux bénévoles au service de la communauté... Hervé
Lire les 29 avis

Contributeurs & développeurs

« Login No Captcha reCAPTCHA » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs
  • Robert Peake

Traduisez « Login No Captcha reCAPTCHA » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

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

  • Version initiale

Méta

  • Version : 1.3.2
  • Dernière mise à jour : il y a 4 semaines
  • Installations actives : 50 000+
  • Version de WordPress : 3.0.0 ou plus
  • Compatible jusqu’à : 5.1
  • Langue :
    English (US)
  • Vue avancée

Notes

Tout voir
  • 5 étoiles 24
  • 4 étoiles 2
  • 3 étoiles 1
  • 2 étoiles 1
  • 1 étoile 1

Contributeurs

  • Robert Peake

Support

Demandes résolues ces deux derniers mois :

11 sur 11

Voir le forum de support

  • À propos
  • Blog
  • Hébergement
  • Don
  • Support
  • Développeurs
  • S’investir
  • Vitrine
  • Extensions
  • Thèmes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Vie privée
  • Public Code

Le code est une poésie.

Aller à la barre d’outils
  • À propos de WordPress
    • À propos de WordPress
    • Site de WordPress-FR
    • Documentation
    • Forums d’entraide
    • Remarque
  • Se connecter
  • Inscription