From 73e32f7fa6851cadae2f2c3f5920cc36c1ad397f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 May 2015 17:38:15 -0400 Subject: [PATCH] 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. --- IkiWiki/Plugin/emailauth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/emailauth.pm b/IkiWiki/Plugin/emailauth.pm index aa067238f..5e74ce8f6 100644 --- a/IkiWiki/Plugin/emailauth.pm +++ b/IkiWiki/Plugin/emailauth.pm @@ -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")); -- 2.39.2