[FEATURE] Add command to create a backend user
A new command has been intruduced named "./bin/typo3 backend:user:create" which allows to create a backend user via CLI using environment variables, cli options or a guided walk-through (questions/answers) Resolves: #99341 Releases: main Change-Id: I0daf86283da35b1884a6f3a743d6f953d7f184dc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77020 Tested-by:Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/backend/Classes/Command/CreateBackendUserCommand.php 357 additions, 0 deletions...sext/backend/Classes/Command/CreateBackendUserCommand.php
- typo3/sysext/backend/Configuration/Services.yaml 4 additions, 0 deletionstypo3/sysext/backend/Configuration/Services.yaml
- typo3/sysext/core/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php 1 addition, 1 deletion...ore/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php
- typo3/sysext/core/Documentation/Changelog/12.2/Feature-99341-AddCliCreateBeUserCommand.rst 51 additions, 0 deletions...hangelog/12.2/Feature-99341-AddCliCreateBeUserCommand.rst
- typo3/sysext/install/Classes/Command/SetupCommand.php 2 additions, 8 deletionstypo3/sysext/install/Classes/Command/SetupCommand.php
- typo3/sysext/install/Classes/Controller/InstallerController.php 2 additions, 2 deletions...sysext/install/Classes/Controller/InstallerController.php
- typo3/sysext/install/Classes/Service/SetupDatabaseService.php 2 additions, 1 deletion...3/sysext/install/Classes/Service/SetupDatabaseService.php
- typo3/sysext/install/Classes/Service/SetupService.php 16 additions, 23 deletionstypo3/sysext/install/Classes/Service/SetupService.php
- typo3/sysext/install/Classes/ServiceProvider.php 1 addition, 0 deletionstypo3/sysext/install/Classes/ServiceProvider.php
Please register or sign in to comment