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
parent
commit
a3ddf0ddef
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/emails/login-subject.html

+ 1
- 1
templates/emails/login-subject.html View File

@ -1,6 +1,6 @@
{% load hc_extras %} {% load hc_extras %}
{% if inviting_profile %} {% 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 %} {% else %}
Log in to {% site_name %} Log in to {% site_name %}
{% endif %} {% endif %}

Loading…
Cancel
Save