Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.78 KB

readme.md

File metadata and controls

55 lines (42 loc) · 1.78 KB

Minimum Password Strength

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