Download the PHP package born05/craft-enforcepassword without Composer
On this page you can find all versions of the php package born05/craft-enforcepassword. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download born05/craft-enforcepassword
More information about born05/craft-enforcepassword
Files in born05/craft-enforcepassword
Download born05/craft-enforcepassword
More information about born05/craft-enforcepassword
Files in born05/craft-enforcepassword
Vendor born05
Package craft-enforcepassword
Short Description Incrementally enforced new and secure passwords.
License MIT
Package craft-enforcepassword
Short Description Incrementally enforced new and secure passwords.
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-enforcepassword
Craft Enforce Password plugin
Incrementally enforces a new and secure password not matching the last 5 passwords. Stores password history in a database table.
Validates passwords by the following:
- Minimal length
- Maximum length
- At least 1 uppercase character
- At least 1 lowercase character
- At least 1 digit
- At least 1 symbol
- Can't match username or email
- Different from previous passwords
Config
Create a config/enforce-password.php
with the following contents:
Commandline usage
License
Copyright © Born05
See license
All versions of craft-enforcepassword with dependencies
PHP Build Version
Package Version
The package born05/craft-enforcepassword contains the following files
Loading the files please wait ....