From 8971d6e31b944d94fe12919bcdf5c75dede55f3a Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:21:33 -0700 Subject: [PATCH] Update mastodon.md --- docs/mastodon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mastodon.md b/docs/mastodon.md index 7ec4982..b880f38 100644 --- a/docs/mastodon.md +++ b/docs/mastodon.md @@ -5,7 +5,7 @@ How to create an admin user can be found in the [admin cli documentation](https://docs.joinmastodon.org/admin/tootctl/). You will need to run these commands within the `compose-mastodon-web` docker container. Example: ``` -tootctl accounts create dcomms-admin --email dcomms-admin@example.org --role Owner --confirmed +tootctl accounts create dcomms-admin --email dcomms-admin@example.org --role Owner --confirmed --approved ``` This will display a automatically generated password that can be used on first login.