From 8edbd4201187435602cc9f1bc0ddae720a7790e4 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 53dfc9aa..a4e07ac7 100644 --- a/ihatemoney/web.py +++ b/ihatemoney/web.py @@ -281,7 +281,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."