publik-base-theme/templates/authentic2/manager/change-password-notificatio...

18 lines
424 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "emails/body_base.html" %}
{% block content %}
<p>Bonjour,</p>
<p>
Votre mot de passe est désormais : <b>{{ new_password }}</b>
</p>
<p>
Pour rappel, votre identifiant de connexion est : <b>{% firstof user.username user.email %}</b>
</p>
{% if portal_user_url %}
{% include "emails/button-link.html" with url=portal_user_url label="Accéder au site" %}
{% endif %}
{% endblock %}