Mastodon: Difference between revisions

imported>Onny
Add fix for Caddy need access to mastodon socket
imported>Onny
Add usage section
Line 24: Line 24:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner'
# mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner'
</syntaxhighlight>
== Usage ==
Change password for user <code>my_user</code>
<syntaxhighlight lang="console">
# mastodon-tootctl accounts modify --reset-password my_user
</syntaxhighlight>
</syntaxhighlight>