2018-12-20 09:44:18 +01:00
|
|
|
{% trans %}
|
|
|
|
Somebody (possibly you) requested a new password for the Zulip account {{ email }} on {{ realm_uri }}.
|
|
|
|
{% endtrans %}
|
2018-08-14 22:06:47 +02:00
|
|
|
|
2018-12-20 09:44:18 +01:00
|
|
|
{% if active_account_in_realm %}
|
|
|
|
{{ _('Click the link below to reset your password.') }}
|
2018-08-14 22:06:47 +02:00
|
|
|
{{ reset_url }}
|
|
|
|
{% else %}
|
2018-08-16 18:10:11 +02:00
|
|
|
{% if user_deactivated %}
|
2018-12-18 11:08:51 +01:00
|
|
|
{% trans %}
|
2018-12-20 09:44:18 +01:00
|
|
|
You previously had an account on {{ realm_uri }}, but it has been deactivated.
|
|
|
|
You can contact an organization administrator to reactivate your account.
|
2018-12-18 11:08:51 +01:00
|
|
|
{% endtrans %}
|
2018-08-16 18:10:11 +02:00
|
|
|
{% else %}
|
2018-12-18 11:08:51 +01:00
|
|
|
{% trans %}
|
2018-12-20 09:44:18 +01:00
|
|
|
You do not have an account in that Zulip organization.
|
2018-12-18 11:08:51 +01:00
|
|
|
{% endtrans %}
|
2018-08-16 18:10:11 +02:00
|
|
|
{% endif %}
|
2018-08-18 00:38:28 +02:00
|
|
|
|
|
|
|
{% if active_accounts_in_other_realms %}
|
2018-12-18 11:08:51 +01:00
|
|
|
{{ _("You do have active accounts in the following organization(s).") }}
|
2018-08-18 00:38:28 +02:00
|
|
|
{% for active_account in active_accounts_in_other_realms %}
|
2018-08-14 21:42:01 +02:00
|
|
|
{{ active_account.realm.uri }}
|
2017-11-25 03:21:53 +01:00
|
|
|
{% endfor %}
|
2018-12-18 11:08:51 +01:00
|
|
|
{% trans %}
|
2018-12-20 09:44:18 +01:00
|
|
|
You can try logging in or resetting your password in the organization(s) above.
|
2018-12-18 11:08:51 +01:00
|
|
|
{% endtrans %}
|
2017-08-11 07:55:51 +02:00
|
|
|
{% endif %}
|
2017-04-24 12:19:54 +02:00
|
|
|
{% endif %}
|
2018-12-20 09:44:18 +01:00
|
|
|
|
|
|
|
{% trans %}
|
|
|
|
If you do not recognize this activity, you can safely ignore this email.
|
|
|
|
{% endtrans %}
|