mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 14:01:30 +00:00
properly show password reset notification box
This commit is contained in:
@@ -155,7 +155,7 @@
|
|||||||
to <b>%s</b>", $login, $tmp_user_pwd));
|
to <b>%s</b>", $login, $tmp_user_pwd));
|
||||||
|
|
||||||
if (MAIL_RESET_PASS && $email) {
|
if (MAIL_RESET_PASS && $email) {
|
||||||
print " Notifying <b>$email</b>.";
|
print_notice(T_sprintf("Notifying <b>%s</b>.", $email));
|
||||||
|
|
||||||
mail("$login <$email>", "Password reset notification",
|
mail("$login <$email>", "Password reset notification",
|
||||||
"Hi, $login.\n".
|
"Hi, $login.\n".
|
||||||
|
|||||||
Reference in New Issue
Block a user