Mastodon: Difference between revisions
| Phanirithvij (talk | contribs) m (Breaking caddy out of the sandbox does not appear to be necessary) - copied from old wiki |  →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> | ||