AOEpeople / be_secure_pw

Backend secure passwords for TYPO3. This is just a mirror!

Home Page:https://git.spooner.io/spooner/be_secure_pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 extension be_secure_pw

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads

tldr

This extension keeps the editor's password safe and secure

What does it do?

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

How to install?

composer

composer require spooner-web/be_secure_pw

TYPO3 Extension Manager

Search for be_secure_pw and install it via the EM interface

ZIP upload in EM

Go to the TER page and download the ZIP file. After that, upload it in your TYPO3 Backend in the EM interface.

How to contribute?

Credits

  • Lightwerk GmbH and its customer who wants such a solution for password
  • Torben Hansen for the code of PawnedPasswordService
  • All other contributors

About

Backend secure passwords for TYPO3. This is just a mirror!

https://git.spooner.io/spooner/be_secure_pw


Languages

Language:PHP 99.1%Language:Shell 0.9%