From 77888174cff00f8bdf8b0a4c04aca64b3fdcc5f4 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 29 Jan 2016 11:47:30 +0100 Subject: fixes #411, auth keys details on notification forms --- admin/themes/default/template/notification_by_mail.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'admin/themes/default/template/notification_by_mail.tpl') diff --git a/admin/themes/default/template/notification_by_mail.tpl b/admin/themes/default/template/notification_by_mail.tpl index 0be49bdd1..95506616c 100644 --- a/admin/themes/default/template/notification_by_mail.tpl +++ b/admin/themes/default/template/notification_by_mail.tpl @@ -127,6 +127,16 @@ jQuery(document).ready(function(){ +{if isset($auth_key_duration)} +
+ {'Informations'|@translate} +

+ {'Each email sent will contain its own automatic authentication key on links, valid for %s.'|translate:$auth_key_duration} +
{'For security reason, authentication keys do not work for administrators.'|translate} +

+
+{/if} +

-- cgit v1.2.3