mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Don't display a second success message on password reset
This commit is contained in:
parent
561ec6a796
commit
390f6db68b
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue