authentic/src/authentic2/templates/authentic2/password_reset_refused_body...

11 lines
360 B
HTML

{% extends "emails/body_base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Hi," %}</p>
<p>{% blocktrans trimmed with hostname=request.get_host %}
You requested reset of your password on {{ hostname }}. Unfortunately, your account has been disabled on this server, thus your request can't succeed.
{% endblocktrans %}</p>
{% endblock %}