https://github.com/liquidlight/typo3-authenticator
https://github.com/liquidlight/typo3-authenticator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/liquidlight/typo3-authenticator
- Owner: liquidlight
- License: gpl-2.0
- Created: 2022-12-12T08:41:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T19:14:44.000Z (almost 2 years ago)
- Last Synced: 2025-10-30T06:28:42.064Z (8 months ago)
- Language: JavaScript
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Authenticator
- Forked from [pfaffenrodt/authenticator](https://gitlab.com/pfaffenrodt/authenticator)
- Which was forked from [pgampe/authenticator](https://gitlab.com/pgampe/authenticator)
---
A TYPO3 CMS extension to implement a two-factor authentication compatible with Google Authenticator.
Setup
-----
Install the extension via composer
```
composer req liquidlight/typo3-authenticator
```
How to use it
-------------
As a backend user, go to the user settings module. Switch to the tab ``Two Factor``
and import your secret into your authenticator app. After that, check the enable two-factor checkmark.
Save your settings. Reload your backend, otherwise will you see strange behaviour.