mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
New functionality to set a password for a given user
This commit is contained in:
parent
6dc6581aca
commit
2eb4912dbf
2 changed files with 93 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue