Download the PHP package derhansen/add_pwd_policy without Composer
On this page you can find all versions of the php package derhansen/add_pwd_policy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download derhansen/add_pwd_policy
More information about derhansen/add_pwd_policy
Files in derhansen/add_pwd_policy
Package add_pwd_policy
Short Description Additional password validators for usage in TYPO3 password policies
License GPL-2.0-or-later
Homepage https://github.com/derhansen/add_pwd_policy
Informations about the package add_pwd_policy
Additional Password Policy validators for TYPO3 CMS
This extension for TYPO3 CMS contains additional Password Policy validators for
usage in TYPO3 12+ projects. It also adds an event listener for the
EnrichPasswordValidationContextDataEvent
PSR-14 event, so the context data
used for password validation is extended with the users email-address.
Included validators
Pwned Password
Description:
This validator ensures, that the given password is not part of a known data breach on haveibeenpwned.com
Options:
- none
Usage example
Does not contain username
Description:
This validator ensures, that the given password does not contain the users username
.
Options:
- none
Usage example
Password deny list
This validator ensures, that the given password is not part of a configurable list of denied passwords.
The password file must contain one password for each line.
Options:
passwordDenylistFilepath
Relative path to password file. EXT: notation is allowed.
Usage example
PRs welcome
If you have created a custom password validator, feel free to provide it as pull request to this repository.
Credits
Password file
The included file with top 100.000 popular passwords has been downloaded from https://github.com/danielmiessler/SecLists
All versions of add_pwd_policy with dependencies
typo3/cms-setup Version ^12.4 || ^13.1
typo3/cms-backend Version ^12.4 || ^13.1
typo3/cms-felogin Version ^12.4 || ^13.1