webprofil/wp-quicklogin

Development-only login provider to login with username only.

Maintainers

Package info

bitbucket.org/webprofil/webprofil-wp-quicklogin

Type:typo3-cms-extension

pkg:composer/webprofil/wp-quicklogin

Transparency log

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

1.0.1 2026-07-14 11:22 UTC

This package is auto-updated.

Last update: 2026-07-14 11:22:55 UTC


README

WP QuickLogin

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 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 service
  • enableFrontend = 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.