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
parent
84efd3e00f
commit
73e32f7fa6
|
@ -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"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue