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
+ newpassword Set a 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
use dba;
/**
- * @brief tool to block an account from the node
+ * @brief tool to set a new password for a user
*
- * With this tool, you can block an account in such a way, that no postings
- * or comments this account writes are accepted to the node.
+ * With this tool, you can set a new password for a user
*
* License: AGPLv3 or later, same as Friendica
*
- * @author Tobias Diekershoff <mrpetovan@gmail.com>
- * @author Hypolite Petovan <mrpetovan@gmail.com>
+ * @author Michael Vogel <heluecht@pirati.ca>
*/
class NewPassword extends \Asika\SimpleConsole\Console
{
throw new \RuntimeException(L10n::t('Password update failed. Please try again.'));
}
- $this->out(L10n::t('Password changed.', $nick));
+ $this->out(L10n::t('Password changed.'));
return 0;
}