{% extends "zerver/emails/compiled/email_base_default.html" %} {% block preheader %} Server: {{ realm_uri }} Account: {{ user_email }} Time: {{ login_time }} {% endblock %} {% block illustration %} {% endblock %} {% block content %}

Hi,

This is a notification that a new login to your Zulip account has just occurred.

Login details:

Server: {{ realm_uri }}

Account: {{ user_email }}

Time: {{ login_time }}

Device: {{ device_browser if device_browser else 'An unknown browser' }} on {{ device_os if device_os else 'an unknown operating system' }}.

IP Address: {{ device_ip }}

If you do not recognize this login activity, or think your account may have been compromised, please contact us immediately at {{ support_email }}.

If you recognize this login activity, you can archive this notice.

Thanks,
Zulip Account Security

{% endblock %}