Closed
Description
- Gitea version (or commit ref): 1.0
Description
Currently, Gitea displays the users' email address on the explore users and users' profile pages. The exist two issues in Gogs #3358 and #3381. In addtion I would like to state my case:
In some cases the users' email address should be protected. This may be to avoid the harvesting of email addresses for UCE or another reason. In my context, running a Gitea server in a school's network, I am even more concerned about stalking.
Generally there seem to be two options:
- Add a site wide configuration option to hide the users' email address.
- Add a user setting for opting in.
The first option may be more attractive for schools. The second targets a broader audience. Maybe both should be implemented.
...