https://github.com/o-ba/username
TYPO3 login provider to login with username only
https://github.com/o-ba/username
login typo3 typo3-cms typo3-cms-extension typo3-extension
Last synced: 19 days ago
JSON representation
TYPO3 login provider to login with username only
- Host: GitHub
- URL: https://github.com/o-ba/username
- Owner: o-ba
- License: gpl-2.0
- Created: 2025-02-08T10:33:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T11:15:47.000Z (3 months ago)
- Last Synced: 2025-03-17T01:50:01.737Z (about 1 month ago)
- Topics: login, typo3, typo3-cms, typo3-cms-extension, typo3-extension
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Username - Login provider to login with username only

Easily enter the backend with any exisiting user by just entering the
username. This can be used for testing different users, next to the
exisiting switch user functionality, e.g. in case MFA has to be evaluated.##  DISCLAMER
*THIS EXTENSION IS FOR CONVIENCE WHILE TESTING AND DEVELOPING.
DO NOT USE THIS ON PRODUCTION WEBSITES!*## Installation
Install this extension via `composer req o-ba/username`.
**Note**: This extension is compatible with TYPO3 v12 and v13.
## Credits
This extension was created by Oliver Bartsch in 2025 for the community.