forked from ashmatadeen/no-captcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
44 lines (31 loc) · 1.23 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== Plugin Name ===
Contributors: ash.matadeen
Donate link: http://ashmatadeen.com/donate
Tags: security, bots, recaptcha, nocaptcha, google, login
Requires at least: 4.2.2
Tested up to: 4.7.4
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Prevent brute force logins on your WordPress site with Google's reCAPTCHA.
== Description ==
This plugin prevents brute force logins on your WordPress website by adding Google's easy to use [reCAPTCHA](https://www.google.com/recaptcha/) to the login form.
== Installation ==
1. Upload `no-captcha` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Register your domain with [Google reCAPTCHA](https://www.google.com/recaptcha/admin)
4. In the admin, go to Settings > reCAPTCHA options and add in your API credentials
5. Click save
6. Party! 🎉
== Screenshots ==
1. WordPress login screen
2. reCAPTCHA admin settings screen
== Changelog ==
= 1.5 =
* Support for bypassing the captcha for specific IP addresses. Props to [Daniel Mann](https://github.com/dnlm)
= 1.4.1 =
* Support for WooCommerce's login form
= 1.4 =
* Bug fix for when JavaScript is disabled/not available
= 1.3 =
* Initial release