Mastodon: Difference between revisions

m (Breaking caddy out of the sandbox does not appear to be necessary) - copied from old wiki
Onny (talk | contribs)
Usage: Add approve user command
 
Line 47: Line 47:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# sudo -u mastodon mastodon-tootctl accounts modify my_user --email myuser@example.org --confirm
# sudo -u mastodon mastodon-tootctl accounts modify my_user --email myuser@example.org --confirm
</syntaxhighlight>
Approve user manually
<syntaxhighlight lang="console">
# sudo -u mastodon mastodon-tootctl accounts modify my_user --email myuser@example.org --approve
</syntaxhighlight>
</syntaxhighlight>