Security: [% IF user.in_group(product.default_security_group) %] [% PROCESS group_checkbox name = product.default_security_group desc = "Restrict access to this " _ terms.bug _ " to members of " _ "the \"" _ product.default_security_group_obj.description _ "\" group." %] [% ELSE %] [% PROCESS group_checkbox name = product.default_security_group desc = "Many users could be harmed by this security problem: " _ "it should be kept hidden from the public until it is resolved." %] [% END %] [% IF user.in_group('partner-confidential-visible') %] [% PROCESS group_checkbox name = 'partner-confidential' desc = "Restrict the visibility of this " _ terms.bug _ " to " _ "the assignee, QA contact, and CC list only." %] [% END %] [% IF user.in_group('mozilla-corporation-confidential-visible') && !user.in_group('mozilla-corporation-confidential') %] [% PROCESS group_checkbox name = 'mozilla-corporation-confidential' desc = "Restrict the visibility of this " _ terms.bug _ " to " _ "Mozilla Employees and Contractors only." %] [% END %]
[% BLOCK group_checkbox %]
[% END %]