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

Fix commenting by regular users when posting media requires advanced permissions #1023

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KyleMaas
Copy link
Contributor

Fixes #216

Description

This allows the site operator control over who is able to comment. It is configured by default to allow all logged-in users to be able to comment, but can be changed to only allow email_verified users or advanced users to comment. This also fixes #216 since it separates out the comment permissions from the media posting permissions.

It does not, however, add anonymous commenting as was mentioned in passing at the end of #216. That change is a little more difficult and outside of the scope of what I could quickly accomplish.

Steps

Pre-deploy

Post-deploy

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

Successfully merging this pull request may close these issues.

Users cannot comment when upload is specified to "advanced" or "email_verified"
1 participant