Skip to content

Commit

Permalink
Only show local part of the email address in the Profile page title (m…
Browse files Browse the repository at this point in the history
…ozilla#3446)

The motivation for this change is that we currently publicly show the email address of a user that doesn't have any contributions yet, but our Terms of Use say "Your name and email address, or a derivative of it, may be attached to your *contributions* and so be visible worldwide".

Note that we show the custom display name in the Profile page title for users that set it.
  • Loading branch information
mathjazz authored Nov 18, 2024
1 parent b8fb1d0 commit 6948122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/contributors/templates/contributors/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% extends "base.html" %}

{% block title %}{{ contributor.name_or_email }}{% endblock %}
{% block title %}{{ contributor.display_name }}{% endblock %}

{% block before %}
<!-- Server data -->
Expand Down

0 comments on commit 6948122

Please sign in to comment.