From 10792e96183a61316397ddec92eb0bb9f687d245 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 10 May 2021 12:23:54 +0200 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(-) diff --git a/src/authentic2/templates/registration/password_reset_instructions.html b/src/authentic2/templates/registration/password_reset_instructions.html index 4aa2aad8..dc17f099 100644 --- a/src/authentic2/templates/registration/password_reset_instructions.html +++ b/src/authentic2/templates/registration/password_reset_instructions.html @@ -12,7 +12,7 @@

{% blocktrans with email=request.session.reset_email %} - If your email address exists in our database, an email has been sent to {{ email }}. + An email has been sent to {{ email }}. {% endblocktrans %}

-- 2.20.1