add url to subject of email

The wikiname can be pretty un-helpful, the user will probably regognise the
url since they were just at it.
master
Joey Hess 2015-05-19 17:38:15 -04:00
parent 84efd3e00f
commit 73e32f7fa6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ sub email_auth ($$$$) {
From => "$config{wikiname} admin <".
(defined $config{adminemail} ? $config{adminemail} : "")
.">",
Subject => "$config{wikiname} login",
Subject => "$config{wikiname} ( ".$config{url}." ) login",
Message => $template->output,
) or error(gettext("Failed to send mail"));