-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
47 lines (34 loc) · 1.38 KB
/
readme.txt
File metadata and controls
47 lines (34 loc) · 1.38 KB
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
45
46
47
=== Minimum Password Strength ===
Contributors: itsananderson, Zer0Divisor, ryanhellyer
Donate link:
Tags: security, password, administration
Requires at least: 4.6
Tested up to: 4.7
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enforce a specific password strength. Hides the option to ignore weak passwords.
== Description ==
WordPress profile pages contain a visual indicator which shows the strength of a user's chosen password. This is nice, but WordPress doesn't actually enforce this in any way, so users are free to select weak passwords.
Minimum Password Strength removes the option to bypass the strength suggestion.
== Installation ==
1. Upload the 'minimum-password-strength' to the '/wp-content/plugins/' directory or install via the WordPress plugin installer.
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 2.0.0 =
* Change to simply removing the option to bypass the password strength check
* Documentation update
* Update "Tested up to" tag
= 1.2.0 =
* Enforce password strength during password reset
* Update "Tested up to" tag
= 1.1.2 =
* Fixing the installation instructions
* Updating the short and long descriptions
* Updating the "Tested up to" tag
= 1.1.1 =
* Fixing a broken author name
= 1.1 =
* Adding a readme.txt file
= 1.0 =
* Initial release