From 948e47f067b35246c355b7a3456d76aa15383a8a Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Mon, 5 May 2025 10:01:10 -0700 Subject: [PATCH] Update README.md --- conf/mastodon/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/mastodon/README.md b/conf/mastodon/README.md index 0969327..47dd208 100644 --- a/conf/mastodon/README.md +++ b/conf/mastodon/README.md @@ -19,3 +19,12 @@ SMTP_ENABLE_STARTTLS= SMTP_TLS= SMTP_SSL= ``` + +## Creating an admin user + +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 +``` + +This will display a automatically generated password that can be used on first login.