You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v4.2.8 the registration is disabled by default for new servers mastodon/mastodon#29280
The "Creating an admin account" section is outdated, because signing up with the browser is not possible when registration is disabled by default. https://docs.joinmastodon.org/admin/setup/
If the admin creates a new account with tootctl, the Owner account is unapproved by default, meaning the admin needs to run a second tootctl command to approve the Owner account.
RAILS_ENV=production bin/tootctl accounts modify alice --approve
The text was updated successfully, but these errors were encountered:
Since v4.2.8 the registration is disabled by default for new servers mastodon/mastodon#29280
The "Creating an admin account" section is outdated, because signing up with the browser is not possible when registration is disabled by default. https://docs.joinmastodon.org/admin/setup/
If the admin creates a new account with
tootctl
, the Owner account is unapproved by default, meaning the admin needs to run a secondtootctl
command to approve the Owner account.RAILS_ENV=production bin/tootctl accounts modify alice --approve
The text was updated successfully, but these errors were encountered: