From 390f6db68bbad094f25abe00fa21f5b2b9f074a5 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Mon, 18 May 2020 12:40:32 +0200 Subject: [PATCH] Don't display a second success message on password reset --- ihatemoney/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/web.py b/ihatemoney/web.py index 328ca095..c5c9b1a5 100644 --- a/ihatemoney/web.py +++ b/ihatemoney/web.py @@ -341,7 +341,7 @@ def remind_password(): ) success = send_email( remind_message, - _("A password reminder email has just been sent to you"), + "", _( "Sorry, there was an error while sending you an email with password reset instructions. " "Please check the email configuration of the server or contact the administrator."