-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
executable file
·37 lines (23 loc) · 1 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
=== DG Security ===
Contributors: rtweedie
Tags: passwords, security, users, profile
Requires at least: 3.5
Tested up to: 3.5.2
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin will replace the password strength indicator with a stronger version.
== Description ==
This plugin will replace the core WordPress password strength indicator with one that takes into
account a banned list of common passwords
It will also force strong passwords for administrators, and will not affect the other roles.
This plugin is influenced by the [Force Strong Passwords plugin ](https://github.com/gyrus/Force-Strong-Passwords)
The next version will look to include expiring passwords for administration level user accounts.
== Installation ==
1. Upload `dg-security` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 1.0 =
* First version