update command user:password

This commit is contained in:
aynsix
2020-02-28 18:31:29 +03:00
parent f80506f55e
commit 3d4d3aed36
3 changed files with 142 additions and 81 deletions

View File

@@ -49,7 +49,7 @@ use Alchemy\Phrasea\Command\Task\TaskStart;
use Alchemy\Phrasea\Command\Task\TaskState;
use Alchemy\Phrasea\Command\Task\TaskStop;
use Alchemy\Phrasea\Command\User\UserCreateCommand;
use Alchemy\Phrasea\Command\User\UserSetPasswordCommand;
use Alchemy\Phrasea\Command\User\UserPasswordCommand;
use Alchemy\Phrasea\Command\User\UserListCommand;
use Alchemy\Phrasea\Command\UpgradeDBDatas;
@@ -120,7 +120,7 @@ $cli->command(new CreateDataboxCommand('databox:create'));
$cli->command(new UserCreateCommand('user:create'));
$cli->command(new UserSetPasswordCommand('user:set-password'));
$cli->command(new UserPasswordCommand('user:password'));
$cli->command(new UserListCommand('user:list'));