-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Allow moderators to block instances / Multiple admins #8344
Comments
in that case, it might be better to have a 3rd role (apart from admin and mod) that could do that. because depending on how you want to run your instance, you kinda want to have the moderator role, that isn't able to instance block. just my thoughts on that Edit: or to have the option to promote a user to an admin |
Maybe
|
That would be a good idea. For instances where the admin isn't too active (mine, to name one), there can be "co-admins" who can control the blocklist. |
Especially from the last comment it sounds like this could just be accomplished by using the existing Moderator & Administrator roles. |
yes, but we need to be able to add the admin role to a user then |
This comment was marked as duplicate.
This comment was marked as duplicate.
This is already possible, but not in the web UI because of the wide reaching consequences. Please use node packages/backend/built/tools/mark-admin.js other_admin
As I said I don't think this specific use case would justify adding a specific role, and as also already said allowing moderators to block instances is also not desirable. |
related |
I'll close this for now then. 😕 |
Summary
Add the instance block privilege to moderators
Why?
Allowing moderators to block instances could speed up removal of content harmful to the users.
The text was updated successfully, but these errors were encountered: