This extension keeps the editor's password safe and secure
This extension
- can set different patterns for the BE user's password
- capital chars
- lower chars
- digits
- special chars
- and set the number of patterns a password must have
- can set a minimum length of a password
- is checking the password in setup module and in BE user record
- is able to set a period of time a password becomes expired and a BE user needs to change it
- is able to force this password change
- a BE user with an expired password has only access to the setup module
- is able to lookup in the pawned password database if the password is found in data breaches
composer require spooner-web/be_secure_pw
Search for be_secure_pw
and install it via the EM interface
Go to the TER page and download the ZIP file. After that, upload it in your TYPO3 Backend in the EM interface.
- Send issues (bugs, suggestions, features)
- Donate via PayPal
- Send code and create Merge Requests in GitLab
- Lightwerk GmbH and its customer who wants such a solution for password
- Torben Hansen for the code of PawnedPasswordService
- All other contributors