codemonkey1988 / be-static-auth
Adds a button to backend login that automatically creates an admin user and log in using it.
Requires
- php: ^8.1
- typo3/cms-core: ^12.4 || ^13.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- phpstan/phpstan: ^1.10
- saschaegerer/phpstan-typo3: ^1.8
- typo3/testing-framework: ^8.0 || ^9.0
Replaces
- typo3-ter/be-static-auth: 4.0.0
README
THIS EXTENSION SHOULD ONLY BE USED IN DEVELOPMENT CONTEXT!
It provides an admin backend login without any login data. An admin account will automatically be created during login, if not exist.
Motivation
Companies especially agencies needs to manage the login data even for development usage. To help developers during their work, this extension provides an easy way to log in to the backend with an admin account. Just click on login and let the system do the rest.
Installation
This extension can currently only be installed by composer.
composer require codemonkey1988/be-static-auth --dev
Configuration
This extension needs no configuration. But if you want to, you can change the username from the auto-created backend user.
Username Enter a username that will be used to create a new backend user and logging in using it.
Found an issue?
You can create new issues at https://gitlab.com/Codemonkey1988/be-static-auth/-/issues.
If you found a security issue please contact me personally using one of the following methods:
- Twitter: @codemonkey1988
- TYPO3 Slack: timschreiner
- Email: dev@tim-schreiner.de