diff --git a/default/Makefile.am b/default/Makefile.am index 0656b3e60..bde0400c0 100644 --- a/default/Makefile.am +++ b/default/Makefile.am @@ -314,7 +314,6 @@ nobase_default_DATA = \ web_tt2/lists.tt2 \ web_tt2/loginbanner.tt2 \ web_tt2/login_menu.tt2 \ - web_tt2/loginrequest.tt2 \ web_tt2/login.tt2 \ web_tt2/ls_templates.tt2 \ web_tt2/maintenance.tt2 \ diff --git a/default/mail_tt2/report.tt2 b/default/mail_tt2/report.tt2 index 781d1e7eb..c211a6acf 100644 --- a/default/mail_tt2/report.tt2 +++ b/default/mail_tt2/report.tt2 @@ -435,6 +435,9 @@ [%~ ELSIF report_entry == 'user_notified' ~%] [%|loc(report_param.notified_user)%]User %1 has been notified[%END%] +[%~ ELSIF report_entry == 'logout' ~%] + [%|loc%]You have logged out[%END%] + [%~ END ~%] [%################~%] diff --git a/default/web_tt2/including_lists.tt2 b/default/web_tt2/including_lists.tt2 index 4ab21d57c..91596237f 100644 --- a/default/web_tt2/including_lists.tt2 +++ b/default/web_tt2/including_lists.tt2 @@ -1,6 +1,6 @@
[%|loc(list)%]Following lists are including list %1.[%END%]
@@ -48,9 +48,4 @@ [%~ END %] -[%~ ELSE ~%] -+ [%|loc(user.email)%]You have logged in with email address %1[%END%] +
+[% ELSE ~%] -[%|loc(user.email)%]You have logged in with email address %1.[%END%]+ [%|loc%]In order to perform a privileged operation (one that requires your email address), you need to login.[%END%] +
+ +[% IF use_sso && !only_passwd ~%] +