{% extends "sentry/emails/base.html" %} {% load i18n %} {% load sentry_avatars %} {% load sentry_helpers %} {% block main %}

Security Notice

User {{ actor.email }} has created a new Organization Auth Token "{{ token_name }}" for your Sentry organization {{ organization.name }}.

{% block security_metadata %}{% endblock %}
{% avatar_for_email actor 36 %} {{ actor.email }}
{{ ip_address }}
{{ datetime }} UTC

Don't recognize this activity?

We recommend to check with {{ actor.email }} if you are unsure about the purpose of this token. If you determine that this activity is malicious please contact {% security_contact %}.

{% endblock %} {% block footer %}{% endblock %}