{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}

{% trans %} Somebody (possibly you) requested a new password for the Zulip account {{ email }} on {{ realm_uri }}. {% endtrans %}

{% if active_account_in_realm %}

{{ _('Click the button below to reset your password.') }} {{ _("Reset password") }}

{% else %}

{% if user_deactivated %} {% trans %} You previously had an account on {{ realm_uri }}, but it has been deactivated. You can contact an organization administrator to reactivate your account. {% endtrans %} {% else %} {% trans %} You do not have an account in that Zulip organization. {% endtrans %} {% endif %}

{% if active_accounts_in_other_realms %} {{ _("You do have active accounts in the following organization(s).") }}

{% trans %} You can try logging in or resetting your password in the organization(s) above. {% endtrans %} {% endif %}

{% endif %} {% trans %} If you do not recognize this activity, you can safely ignore this email. {% endtrans %} {% endblock %}