webprofil / wp-quicklogin
Development-only login provider to login with username only.
Package info
bitbucket.org/webprofil/webprofil-wp-quicklogin
Type:typo3-cms-extension
pkg:composer/webprofil/wp-quicklogin
Requires
- php: ^8.2
- typo3/cms-backend: ^13.4 || ^14.0
- typo3/cms-core: ^13.4 || ^14.0
- typo3/cms-frontend: ^13.4 || ^14.0
This package is auto-updated.
Last update: 2026-07-14 11:22:55 UTC
README
Login as any existing TYPO3 backend or frontend user by entering only the username. This is intended for local development and testing different user permissions or MFA-related scenarios.
DISCLAIMER
THIS EXTENSION IS FOR DEVELOPMENT ONLY. IT ONLY RUNS WHEN TYPO3_CONTEXT STARTS
WITH Development, AND IT MUST NOT BE USED ON PRODUCTION WEBSITES.
Installation
Install this extension as a development dependency only!
composer req --dev webprofil/wp-quicklogin
Note: This extension is compatible with TYPO3 v13 and v14.
Configuration
The extension is enabled by default after installation, but only in
TYPO3_CONTEXT=Development*.
Extension settings:
enableBackend = 1: register the backend login provider and backend auth serviceenableFrontend = 1: register the frontend auth service
Set either value to 0 to disable the corresponding integration.
Credits
This extension is based on o-ba/username by Oliver Bartsch.