-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically switch from open to approved registrations in absence of moderators #29318
Merged
Conversation
This file contains 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
ClearlyClaire
force-pushed
the
features/auto-close-registrations
branch
from
February 21, 2024 14:21
aecf335
to
85ebd78
Compare
ClearlyClaire
force-pushed
the
features/auto-close-registrations
branch
2 times, most recently
from
February 21, 2024 14:44
5383b86
to
b4a16b9
Compare
renchap
reviewed
Feb 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except the comment I left.
We probably need a documentation update for the new ENV variable, and maybe a note about this behaviour somewhere in the docs?
…tically switched to approval
ClearlyClaire
force-pushed
the
features/auto-close-registrations
branch
from
February 21, 2024 15:25
b4a16b9
to
9f0f16d
Compare
Gargron
previously approved these changes
Feb 21, 2024
Gargron
reviewed
Feb 21, 2024
Gargron
approved these changes
Feb 21, 2024
ClearlyClaire
added a commit
that referenced
this pull request
Feb 21, 2024
1 task
ClearlyClaire
added a commit
to ClearlyClaire/mastodon
that referenced
this pull request
Feb 22, 2024
ClearlyClaire
added a commit
to glitch-soc/mastodon
that referenced
this pull request
Feb 22, 2024
kmycode
pushed a commit
to kmycode/mastodon
that referenced
this pull request
Feb 23, 2024
I would rather set the period to 24 hours. |
fad0805
pushed a commit
to fad0805/daydream.ink
that referenced
this pull request
Feb 26, 2024
skerit
pushed a commit
to 11ways/mastodon
that referenced
this pull request
Feb 27, 2024
Ember-ruby
pushed a commit
to Ember-ruby/mastodon-glitch
that referenced
this pull request
Mar 19, 2024
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.
This is not meant to replace #29280, but supplement it to avoid unmonitored servers keeping open registrations indefinitely.
Automatically switch away from open registrations if no user with the permission to view reports has had any activity (authenticated request to the server) in over a week.
Can be disabled with the
DISABLE_AUTOMATIC_SWITCHING_TO_APPROVED_REGISTRATIONS
environment variable if you are for instance using external tools for moderation. It's also disabled when using an email domain allow-list (EMAIL_DOMAIN_ALLOWLIST
).