Update mastodon.md

This commit is contained in:
A 2025-07-07 11:21:33 -07:00 committed by GitHub
parent 3a98f3bfeb
commit 8971d6e31b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: 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. This will display a automatically generated password that can be used on first login.