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
Package info
github.com/MaxServ/t3ext-accountmanagement
Type:typo3-cms-extension
pkg:composer/maxserv/accountmanagement
1.0.4
2018-03-14 13:01 UTC
Requires
- typo3/cms-core: >=6.2.6,<10.0
Replaces
- accountmanagement: 1.0.4
- typo3-ter/accountmanagement: 1.0.4
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.