This extension enhance frontend security by defining policies. This extension is working with felogin core extension with extbase module. The pibase module is not supported anymore.
After installation, you will be able to configure policies in extension configuration. Don't forget to include TypoScript setup in your root template.
This policy allow to define multiple password rules :
- Password minimum length
- Minimum number of capital letters
- Minimum number of tiny letters
- Minimum number of special characters
- Minimum number of digits
Configuration :
- passwordLength : 8 by default
- capitalLettersNumber : 1 by default
- tinyLettersNumber : 1 by default
- specialCharactersNumber : 1 by default
- digitsNumber : 1 by default
This policy store last passwords (encrypted) and prevent user to re-use them :
Configuration :
- passwordHistory : 5 by default
After successives authentication failure, the user is lock for certain time. If an other attempts are are done during this time, the time will be multiplied by 2 for each attempts.
Configuration :
- authenticationFailureAttempts : 5 by default
- authenticationFailureLock : 15 min by default
- authenticationFailureMaxLock : 1 day by default
When a user change its password, all it's TYPO3 sessions are invalidated.
© 2021 GAYA Manufacture digitale [https://www.gaya.fr/]