Projet

Général

Profil

0001-authentic2-add-token-lifetime-to-change-email-notifi.patch

Benjamin Dauvergne, 29 août 2017 17:10

Télécharger (1,4 ko)

Voir les différences:

Subject: [PATCH] authentic2: add token lifetime to change email notifications
 (fixes #18240)

 templates/authentic2/change_email_notification_body.html | 3 +++
 templates/authentic2/change_email_notification_body.txt  | 1 +
 2 files changed, 4 insertions(+)
templates/authentic2/change_email_notification_body.html
13 13

  
14 14
{% include "emails/button-link.html" with url=link label="Valider le changement" %}
15 15

  
16
<p>
17
Cet email sera valide pendant {{ token_lifetime }}.
18
</p>
16 19
{% endblock %}
templates/authentic2/change_email_notification_body.txt
8 8

  
9 9
  {{ link }}
10 10

  
11
Cet email sera valide pendant {{ token_lifetime }}.
11 12
{% endblock %}
12
-