Skip to content
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

Prevent moderators from editing group title, description and type #9142

Open
seanh opened this issue Nov 28, 2024 · 0 comments
Open

Prevent moderators from editing group title, description and type #9142

seanh opened this issue Nov 28, 2024 · 0 comments

Comments

@seanh
Copy link
Contributor

seanh commented Nov 28, 2024

We want a group's moderators to be able to access the group's edit-members page (/groups/{pubid}/edit/members) because (once we've implemented #9136) moderators should be able to use this page to downgrade their own role to member. (Moderators can't change anyone else's role other than their own, but IIRC they can remove plain members from the group.)

But we don't want moderators to be able to edit the group's other settings (name, description, type, etc) on the /groups/{pubid}/edit page. Currently moderators can access this page and edit these settings.

Design and implement a way for moderators to have access to the /groups/{pubid}/edit/members page but not to the /groups/{pubid}/edit (or to have read-only access to the /groups/{pubid}/edit page).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant