mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-02 11:12:23 +02:00
Don't display a second success message on password reset
This commit is contained in:
parent
5d56ce0ddc
commit
8edbd42011
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue