New functionality to set a password for a given user

This commit is contained in:
Michael 2018-03-30 19:17:12 +00:00
parent 6dc6581aca
commit 2eb4912dbf
2 changed files with 93 additions and 0 deletions

View file

@ -22,6 +22,7 @@ class Console extends \Asika\SimpleConsole\Console
'globalcommunityblock' => __NAMESPACE__ . '\Console\GlobalCommunityBlock',
'globalcommunitysilence' => __NAMESPACE__ . '\Console\GlobalCommunitySilence',
'maintenance' => __NAMESPACE__ . '\Console\Maintenance',
'newpassword' => __NAMESPACE__ . '\Console\NewPassword',
'php2po' => __NAMESPACE__ . '\Console\PhpToPo',
'po2php' => __NAMESPACE__ . '\Console\PoToPhp',
'typo' => __NAMESPACE__ . '\Console\Typo',
@ -42,6 +43,7 @@ Commands:
globalcommunitysilence Silence remote profile from global community page
help Show help about a command, e.g (bin/console help config)
maintenance Set maintenance mode for this node
newpassword Set an new password for a given user
php2po Generate a messages.po file from a strings.php file
po2php Generate a strings.php file from a messages.po file
typo Checks for parse errors in Friendica files