{% extends "sentry/emails/base.html" %} {% load i18n %} {% load sentry_avatars %} {% load sentry_helpers %} {% block main %}
User {{ actor.email }} has created a new Organization Auth Token "{{ token_name }}" for your Sentry organization {{ organization.name }}.
{% avatar_for_email actor 36 %} |
{{ actor.email }} {{ ip_address }} {{ datetime }} UTC |
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 %}