mirror of https://github.com/zulip/zulip.git
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
{% if active_account_in_realm %}
|
|
{% trans %}Psst. Word on the street is that you need a new password, {{ email }}.{% endtrans %}
|
|
{{ _("It's all good. Follow the link below and we'll take care of the rest:") }}
|
|
|
|
{{ reset_url }}
|
|
{% else %}
|
|
{% if user_deactivated %}
|
|
{% trans %}
|
|
Someone (possibly you) requested a password reset email for {{ email }}
|
|
on {{ realm_uri }}, but your account has been deactivated. You can contact
|
|
an organization administrator to reactivate your account.
|
|
{% endtrans %}
|
|
{% else %}
|
|
{% trans %}
|
|
Someone (possibly you) requested a password reset email for {{ email }}
|
|
on {{ realm_uri }}, but you do not have an account in that organization.
|
|
{% endtrans %}
|
|
{% endif %}
|
|
|
|
{% if active_accounts_in_other_realms %}
|
|
{{ _("You do have active accounts in the following organization(s).") }}
|
|
{% for active_account in active_accounts_in_other_realms %}
|
|
{{ active_account.realm.uri }}
|
|
{% endfor %}
|
|
{% trans %}
|
|
You can try logging in or resetting your password in the organization(s)
|
|
above.
|
|
{% endtrans %}
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
{{ _("Thanks,") }}
|
|
{{ _("Your friends at Zulip HQ") }}
|