groupsecurity.html.tmpl 1.87 KB
Newer Older
1 2 3
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
  #
5 6
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
7 8 9 10 11 12 13
  #%]
[%
   title = "Group Security"
   desc = "Decide how you will use Security Groups"
%]

[% param_descs = {
14
  makeproductgroups => "If this is on, $terms.Bugzilla will associate $terms.abug group " _
15 16 17 18 19 20 21 22 23 24 25 26 27 28
                       "with each product in the database, and use it for querying ${terms.bugs}.",

  chartgroup => "The name of the group of users who can use the 'New Charts' " _
                "feature. Administrators should ensure that the public categories " _
                "and series definitions do not divulge confidential information " _
                "before enabling this for an untrusted population. If left blank, " _
                "no users will be able to use New Charts.",

  insidergroup => "The name of the group of users who can see/change private " _
                  "comments and attachments.",

  timetrackinggroup => "The name of the group of users who can see/change time tracking " _
                       "information.",

29 30 31
  querysharegroup => "The name of the group of users who can share their " _
                     "saved searches with others.",

32
  usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _
33 34
                         "specific groups?",
  
35 36 37 38 39 40 41 42
  strict_isolation => "Don't allow users to be assigned to, " _
                      "be qa-contacts on, " _
                      "be added to CC list, " _
                      "or make or remove dependencies " _
                      "involving any bug that is in a product on which that " _
                      "user is forbidden to edit.", 

 }
43
%]