madj2k / t3-be-defender
Extends BE-login with email code verification
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4
- madj2k/t3-core-extended: ~9.5.25 || ~10.4.0
- madj2k/t3-postmaster: ~9.5.11 || ~10.4.0
- typo3/cms-core: ~9.5.0 || ~10.4.0
- dev-master
- v10.4.0-stable
- v9.5.1000-stable
- v9.5.16-stable
- v9.5.15-stable
- v9.5.14-stable
- v9.5.13-stable
- v9.5.12-stable
- v9.5.11-stable
- v9.5.10-stable
- v9.5.9-stable
- v9.5.8-stable
- v9.5.7-stable
- v9.5.6-stable
- v9.5.5-stable
- v9.5.4-stable
- v9.5.3-stable
- v9.5.2-stable
- v9.5.1-stable
- v9.5.0-stable
- dev-master9.5
- dev-development
This package is auto-updated.
Last update: 2024-11-19 11:33:12 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.