madj2k/t3-be-defender

Extends BE-login with email code verification

Maintainers

Package info

github.com/skroggel/typo3-be-defender

Homepage

Type:typo3-cms-extension

pkg:composer/madj2k/t3-be-defender

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v10.4.0-stable 2024-04-19 10:16 UTC

README

Features

This extension adds a simple two-factor authentication via email to the backend login. For this purpose, an additional mandatory field for a one-time login-code is added to the backend login screen. This code can be requested by e-mail after entering the account name. The e-mail is sent to the e-mail address registered with the backend user's account.

If the environment variable is set to "Development", the generated code will always be "12345".

Therefore, it must be ensured that the environment variable is set correctly on the production-environment and that the e-mail dispatch is configured correctly.