emails: Suggest resetting password if having trouble logging in.

Tweaked by tabbott to not include the URL in the translation tags.
This commit is contained in:
Alya Abbott 2023-10-16 15:47:21 -07:00 committed by Tim Abbott
parent 23d34ca457
commit 15c3abe03c
3 changed files with 9 additions and 4 deletions

View File

@ -15,7 +15,11 @@
{% endfor %}
</ul>
<p>{% trans %}If you have trouble logging in, please contact Zulip support by replying to this email.{% endtrans %}</p>
<p>
{% trans help_url="https://zulip.com/help/change-your-password#if-youve-forgotten-or-never-had-a-password" %}
If you have trouble logging in, you can <a href="{{ help_url }}">reset your password</a>.
{% endtrans %}
</p>
<p>{{ _("Thanks for using Zulip!") }}</p>
{% endblock %}

View File

@ -9,7 +9,8 @@ Your email address {{ email }} has accounts with the following Zulip organizatio
* {{ realm.name }}: {{ realm.uri }}
{% endfor %}
{% trans %}If you have trouble logging in, please contact Zulip support by replying to this email.{% endtrans %}
{% trans help_url="https://zulip.com/help/change-your-password#if-youve-forgotten-or-never-had-a-password" %}
If you have trouble logging in, you can reset your password ({{ help_url }}).
{% endtrans %}
{{ _("Thanks for using Zulip!") }}