Projet

Général

Profil

0001-templates-state-password-reset-email-is-always-sent-.patch

Valentin Deniaud, 10 mai 2021 12:24

Télécharger (1006 octets)

Voir les différences:

Subject: [PATCH] templates: state password reset email is always sent (#53597)

 .../templates/registration/password_reset_instructions.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/templates/registration/password_reset_instructions.html
12 12
  <p>
13 13
  <strong>
14 14
    {% blocktrans with email=request.session.reset_email %}
15
    If your email address exists in our database, an email has been sent to {{ email }}.
15
    An email has been sent to {{ email }}.
16 16
    {% endblocktrans %}
17 17
  </strong></p>
18 18
  <p><strong>
19
-