maxserv/accountmanagement

This package is abandoned and no longer maintained. No replacement package was suggested.

Manage TYPO3 CMS users from the cli using an extbase command controller

1.0.4 2018-03-14 13:01 UTC

This package is not auto-updated.

Last update: 2022-05-25 08:37:50 UTC


README

Manage TYPO3 CMS users from the cli using an extbase command controller

Use with https://github.com/helhum/typo3_console for optimum pleasure.

Clone it

git clone https://github.com/MaxServ/t3ext-accountmanagement.git accountmanagement

Or install it using composer:

composer config repositories.yamlconfig vcs https://github.com/MaxServ/t3ext-accountmanagement.git
composer require maxserv/accountmanagement

Example:

$ ./typo3cms user:create --username _cli_scheduler

Available commands:

EXTENSION "ACCOUNTMANAGEMENT":
-------------------------------------------------------------------------------
  user:activate                            Activate a user
  user:deactivate                          Deactivate a user
  user:list                                List backend users
  user:create                              Create a new user

More help is available per command:

$ ./typo3cms help user:create

Setting a password does not yet work as that property is currently missing from the Extbase BackendUser model.