Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.15 KB

Minimum Password Length

Description

This plugin allow to enforce a specific password length.

Important to know

Enforce a specific password length.

CAUTION: Length != Strength

Installation

  1. Upload the 'minimum-password-length' to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure your required password length in Settings -> Password Length

Changelog

1.0.2

  • Add composer.json file

1.0.1

  • 28 Sep 2016
  • Fix - Use correct string comparison (thanks @BoiteAWeb)
  • Fix - Use correct length verification (thanks @BoiteAWeb)

1.0

  • 27 Sep 2016
  • Initial release