Browse Source
Use email instead of team name in "<user> invites you to their account" emails. Unfortunately the team name is being abused for spam.
pull/211/head
Pēteris Caune
6 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
templates/emails/login-subject.html
|
|
@ -1,6 +1,6 @@ |
|
|
|
{% load hc_extras %} |
|
|
|
{% if inviting_profile %} |
|
|
|
You have been invited to join {{ inviting_profile }} on {% site_name %} |
|
|
|
You have been invited to join {{ inviting_profile.user.email }} on {% site_name %} |
|
|
|
{% else %} |
|
|
|
Log in to {% site_name %} |
|
|
|
{% endif %} |