Mastodon: Difference between revisions

Voklen (talk | contribs)
m Remove duplicate `streamingProcesses`
import from old wiki
Line 25: Line 25:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner
# sudo -u mastodon mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner
</syntaxhighlight>
</syntaxhighlight>


and approve your new account
and approve your new account
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts approve USERNAME
# sudo -u mastodon mastodon-tootctl accounts approve USERNAME
</syntaxhighlight>
</syntaxhighlight>


Line 40: Line 40:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts modify --reset-password my_user
# sudo -u mastodon mastodon-tootctl accounts modify --reset-password my_user
</syntaxhighlight>
</syntaxhighlight>