Download the PHP package innoweb/silverstripe-common-password-validation without Composer
On this page you can find all versions of the php package innoweb/silverstripe-common-password-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download innoweb/silverstripe-common-password-validation
More information about innoweb/silverstripe-common-password-validation
Files in innoweb/silverstripe-common-password-validation
Package silverstripe-common-password-validation
Short Description Adds additional validation steps to PasswordValidator to check for commonly used passwords, the member's name and repeated characters
License BSD-3-Clause
Homepage https://github.com/innowebau/silverstripe-common-password-validation
Informations about the package silverstripe-common-password-validation
Silverstripe Common Password Validation
Overview
Adds additional validation steps to PasswordValidator to check for commonly used passwords, the member's name and repeated characters.
Requirements
- Silverstripe Framework ^5
Note: this version is compatible with SilverStripe 5. For SilverStripe 4, please see the 1 release line.
Installation
Install the module using composer:
Then run dev/build.
Configuration
You can configure what tests should be performed. All three tests are enabled by default.
You can edit the list of common passwords used.
The module currently uses a list of passwords collected from Nord Pass and Daniel Miesler.
License
BSD 3-Clause License, see License