diff options
author | plegall <plg@piwigo.org> | 2016-01-29 11:47:30 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-01-29 11:47:30 +0100 |
commit | 77888174cff00f8bdf8b0a4c04aca64b3fdcc5f4 (patch) | |
tree | 2c1736b57df65d1e61521662f22f65a079fa61a7 /admin/themes/default/template/notification_by_mail.tpl | |
parent | bc7316639f9208089ed3ab3debf313aca8ff986a (diff) |
fixes #411, auth keys details on notification forms
Diffstat (limited to 'admin/themes/default/template/notification_by_mail.tpl')
-rw-r--r-- | admin/themes/default/template/notification_by_mail.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
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(){ </table> </fieldset> +{if isset($auth_key_duration)} + <fieldset> + <legend>{'Informations'|@translate}</legend> + <p> + {'Each email sent will contain its own automatic authentication key on links, valid for %s.'|translate:$auth_key_duration} + <br>{'For security reason, authentication keys do not work for administrators.'|translate} + </p> + </fieldset> +{/if} + <p> <input type="submit" value="{'Send'|@translate}" name="send_submit"> </p> |