From b8ff9b8a6db72d703856b4b314e8a15167b2a776 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 8 Dec 2011 15:27:05 -0500 Subject: Bug 683031 - Creation of Employee Incident Reporting Form --- .../en/default/bug/create/comment-employee-incident.txt.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl index 76b125d37..ebd700e16 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-employee-incident.txt.tmpl @@ -21,6 +21,18 @@ [% cgi = Bugzilla.cgi %] [% IF cgi.param('incident_type') == 'stolen' %] +[% IF original_reporter -%] +Reporter: [% original_reporter.identity FILTER none %] +[%- END -%] + + [% IF !no_display_action_needed %] +Action needed: Please immediately reset the LDAP password for this user. +The user reported that their mobile or laptop device has been lost or stolen. +This ticket was automatically generated from the employee incident reporting +form. A second ticket has been filed (see blocker bugs) for InfraSec to review the +impact of this lost device. + [% END %] + Was the device encrypted?: [% cgi.param('encrypted') %] Any user data on the device?: [% cgi.param('userdata') %] [% IF cgi.param('userdata') == 'Yes' %] -- cgit v1.2.3-24-g4f1b