diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-23 20:08:20 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-23 20:08:20 +0200 |
commit | b04d7d26e502817ff25a087af703a2ffe47cbe7e (patch) | |
tree | 39628b14a6246b321cfaa1fea1b3710a147654ab /template/en | |
parent | de7cd385658ef67c2d6dda8811ff1ef663e04133 (diff) | |
download | bugzilla-b04d7d26e502817ff25a087af703a2ffe47cbe7e.tar.gz bugzilla-b04d7d26e502817ff25a087af703a2ffe47cbe7e.tar.xz |
Bug 803600: Operators email address is exposed to anons on attachment deletion
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/delete_reason.txt.tmpl | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/template/en/default/attachment/delete_reason.txt.tmpl b/template/en/default/attachment/delete_reason.txt.tmpl index e4a1fc41f..87175c1a3 100644 --- a/template/en/default/attachment/delete_reason.txt.tmpl +++ b/template/en/default/attachment/delete_reason.txt.tmpl @@ -16,17 +16,10 @@ [%# INTERFACE: # attachment: object of the attachment the user wants to delete. # reason: string; The reason provided by the user. - # date: the date when the request to delete the attachment was made. #%] -The content of attachment [% attachment.id %] has been deleted by - [%+ user.identity %] -[% IF reason %] -who provided the following reason: +The content of attachment [% attachment.id %] has been deleted +[%~ IF reason %] for the following reason: [%+ reason %] -[% ELSE %] -without providing any reason. [% END %] - -The token used to delete this attachment was generated at [% date FILTER time %]. |