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
38aae77d33
commit
45d8641910
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ def remind_password():
|
||||||
)
|
)
|
||||||
success = send_email(
|
success = send_email(
|
||||||
remind_message,
|
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. "
|
"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."
|
"Please check the email configuration of the server or contact the administrator."
|
||||||
|
|
Loading…
Reference in a new issue