When emailauth can't send, show the error message.
parent
f329603e3a
commit
fb47d4a9d5
|
@ -95,7 +95,7 @@ sub email_auth ($$$$) {
|
||||||
.">",
|
.">",
|
||||||
Subject => "$config{wikiname} login | $shorturl",
|
Subject => "$config{wikiname} login | $shorturl",
|
||||||
Message => $template->output,
|
Message => $template->output,
|
||||||
) or error(gettext("Failed to send mail"));
|
) or error(sprintf(gettext("Failed to send mail: %s"), $Mail::Sendmail::error));
|
||||||
|
|
||||||
$infodisplayer->(gettext("You have been sent an email, with a link you can open to complete the login process."));
|
$infodisplayer->(gettext("You have been sent an email, with a link you can open to complete the login process."));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue