Conversation
8f526fd to
2ffe4b3
Compare
2ffe4b3 to
35a7a17
Compare
35a7a17 to
fe5f58a
Compare
ykzts
reviewed
Mar 14, 2019
ykzts
approved these changes
Mar 14, 2019
Contributor
|
@Gargron Is there some kind of form where a new user (that asks for admission) can type the reason why they want to have an account? If not, than I think this is a must-wanted feature. Or else it would be very difficult for admins and mods to approve or decline a request. |
|
Would be nice if we could only enable the email notifications for specific mods, or disable all together. On a popular instance with a team of moderators this can create thousands of emails every day. On our instance only a couple of people would be responsible for approving new signups, not the entire moderation team. |
hiyuki2578
pushed a commit
to ProjectMyosotis/mastodon
that referenced
this pull request
Oct 2, 2019
messenjahofchrist
pushed a commit
to Origin-Creative/mastodon
that referenced
this pull request
Jul 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #6856
Fix #6951
Between open registrations, and closed registrations, admission-based registrations mode allows servers to accept new users in a manually controlled manner. To the outside viewer, there are no practical differences between open and admission-based registrations, as both the sign up API and the sign up form remain available. However, "Sign up" on the form changes to "Request an invite".
Accounts created when admission-based mode is active cannot be logged into or used via API tokens.
After requesting an invite, the user receives a confirmation e-mail as usual. It is communicated in the message that the account won't be available straight away, but that it is instead pending review.
Once the e-mail is confirmed, the staff receives an e-mail about a new pending account. They can then approve or reject the user's application. Rejection removes the user's record and frees up the username. Approval, on the other hand, unlocks the new account and sends the user the welcome e-mail.
tootctlfor open/close commands