mirror of https://github.com/zulip/zulip.git
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:
parent
23d34ca457
commit
15c3abe03c
|
@ -2,7 +2,7 @@
|
|||
|
||||
1. If you are logged in, start by [logging out](/help/logging-out).
|
||||
|
||||
2. Go to your organization's log in page at `https://<organization-url>/login/`.
|
||||
2. Go to your organization's login page at `https://<organization-url>/login/`.
|
||||
|
||||
3. Click the **Forgot your password?** link below the **Log in** button or
|
||||
buttons.
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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!") }}
|
||||
|
|
Loading…
Reference in New Issue