Back to Zulip

Notify New Login

templates/zerver/emails/notify_new_login.html

12.01.5 KB
Original Source

{% extends "zerver/emails/email_base_default.html" %} {% block preheader %} {% trans organization_url=realm_url %}Organization: {{ organization_url }} Time: {{ login_time }} Email: {{ user_email }}{% endtrans %} {% endblock %} {% block illustration %} {% endblock %} {% block content %}

{{ _("We noticed a recent login for the following Zulip account.") }}

  • {% trans organization_link=macros.link_tag(realm_url) %}Organization: {{ organization_link }}{% endtrans %}
  • {% trans user_email=macros.email_tag(user_email) %}Email: {{ user_email }}{% endtrans %}
  • {% trans %}Time: {{ login_time }}{% endtrans %}
  • {% trans %}Device: {{ device_browser }} on {{ device_os }}.{% endtrans %}
  • {% trans %}IP address: {{ device_ip }}{% endtrans %}

{{ _("If this was you, great! There's nothing else you need to do.") }}

{% trans support_email=macros.email_tag(support_email), reset_link=realm_url + "/accounts/password/reset/" %}If you do not recognize this login, or think your account may have been compromised, please reset your password or contact us immediately at {{ support_email }}.{% endtrans %}

{{ _("Thanks,") }}
{{ _("Zulip Security") }}

{% endblock %} {% block manage_preferences %}

{{ _("Manage email preferences") }} | {{ _("Unsubscribe from login notifications") }}

{% endblock %}