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/album_notification.tpl | |
parent | bc7316639f9208089ed3ab3debf313aca8ff986a (diff) |
fixes #411, auth keys details on notification forms
Diffstat (limited to 'admin/themes/default/template/album_notification.tpl')
-rw-r--r-- | admin/themes/default/template/album_notification.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/template/album_notification.tpl b/admin/themes/default/template/album_notification.tpl index 8573cf16e..1b3aa73bd 100644 --- a/admin/themes/default/template/album_notification.tpl +++ b/admin/themes/default/template/album_notification.tpl @@ -101,6 +101,13 @@ span.errors { <textarea cols="50" rows="5" name="mail_content" id="mail_content" class="description">{$MAIL_CONTENT}</textarea> </p> +{if isset($auth_key_duration)} + <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> +{/if} + <p class="actionButtons"> <input class="submit" type="submit" value="{'Send'|@translate}" name="submitEmail"> <span class="errors" style="display:none">✘ {'No recipient selected'|translate}</span> |