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

Give access to user emails for moderators #9218

Open
Tracked by #9308
CharlesNepote opened this issue Oct 27, 2023 · 0 comments
Open
Tracked by #9308

Give access to user emails for moderators #9218

CharlesNepote opened this issue Oct 27, 2023 · 0 comments

Comments

@CharlesNepote
Copy link
Member

CharlesNepote commented Oct 27, 2023

Rationale: moderators are experienced contributors or have been chosen because they are people of trust. They help admins to moderate content but currently they can't contact users to explain them good practices.

Technically

Seems easy technically, @alexgarel told me: In user_profile.tt.html

[% IF admin %]
	<p>Email: [% email %]</p>
[% END %]

should be replaced by:

[% IF moderator %]
	<p>Email: [% email %]</p>
[% END %]

Legally

Open Food Facts should provide guidelines for the moderators to follow appropriated behavior. For the moment we have this documentation:

Should they sign a document to engage themselves not to use these email addresses out of the purpose of moderation discussions?

@CharlesNepote CharlesNepote added the ✨ Feature Features or enhancements to Open Food Facts server label Oct 27, 2023
@teolemon teolemon removed the ✨ Feature Features or enhancements to Open Food Facts server label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To discuss and validate
Status: Backlog
Development

No branches or pull requests

2 participants