IdHub/idhub/templates/auth/2fadmin_email.txt

15 lines
506 B
Plaintext
Raw Permalink Normal View History

{% load i18n %}{% autoescape off %}
2024-02-05 11:25:02 +00:00
{% blocktrans %}You're receiving this email because you tried to access {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page" %}
{% block reset_link %}
{{ protocol }}://{{ domain }}{% url 'idhub:admin_2fauth' admin2fauth=token %}
{% endblock %}
{% trans "Your username, in case you've forgotten:" %} {{ user.username }}
{% trans "Thanks for using our site!" %}
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
{% endautoescape %}