mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
448 B
15 lines
448 B
{% load i18n %}
|
|
<p>
|
|
{% trans 'Hello' %} {{ name }},
|
|
</p>
|
|
<p>
|
|
{% trans 'Your account has remote login behavior, please pay attention' %}
|
|
</p>
|
|
<p>
|
|
<b>{% trans 'Username' %}:</b> {{ username }}<br>
|
|
<b>{% trans 'Login Date' %}:</b> {{ time }}<br>
|
|
<b>{% trans 'Login city' %}:</b> {{ city }}({{ ip }})<br>
|
|
</p>
|
|
<p>
|
|
{% trans 'If you suspect that the login behavior is abnormal, please modify the account password in time.' %}
|
|
</p> |