2019-02-08 10:53:01 +01:00
{% trans -%}
2024-05-09 13:28:39 +02:00
Somebody (possibly you) requested a new password for the Zulip account {{ email }} on {{ realm_url }}.
2019-02-08 10:53:01 +01:00
{%- 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 %}
2019-02-08 10:53:01 +01:00
{% trans -%}
2024-05-09 13:28:39 +02:00
You previously had an account on {{ realm_url }}, but it has been deactivated. You can contact an organization administrator to reactivate your account.
2019-02-08 10:53:01 +01:00
{%- endtrans %}
2024-05-09 13:28:39 +02:00
{{ realm_url }}/help/deactivate-or-reactivate-a-user
2018-08-16 18:10:11 +02:00
{% else %}
2019-02-08 10:53:01 +01:00
{% trans -%}
2018-12-20 09:44:18 +01:00
You do not have an account in that Zulip organization.
2019-02-08 10:53:01 +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 %}
2019-02-08 10:53:01 +01:00
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 %}
2024-05-06 15:27:22 +02:00
{{ active_account.realm.url }}
2017-11-25 03:21:53 +01:00
{% endfor %}
2019-02-08 10:53:01 +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.
2019-02-08 10:53:01 +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
2019-02-08 10:53:01 +01:00
{% trans -%}
2018-12-20 09:44:18 +01:00
If you do not recognize this activity, you can safely ignore this email.
2019-02-08 10:53:01 +01:00
{%- endtrans %}