diff options
author | lpsolit%gmail.com <> | 2007-10-22 03:51:58 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-22 03:51:58 +0200 |
commit | 44ca0263301d0161db4f45ea8e4542f6ff30e67f (patch) | |
tree | 39c97f8f943612202110f670c5b25006511eb379 | |
parent | 657efc29514025afe346f4804acb4f0ac500df42 (diff) | |
download | bugzilla-44ca0263301d0161db4f45ea8e4542f6ff30e67f.tar.gz bugzilla-44ca0263301d0161db4f45ea8e4542f6ff30e67f.tar.xz |
Bug 397616: Modifying Users is mentioning <productname>, but not clear when this appears - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
-rw-r--r-- | docs/xml/administration.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 9c85248a5..50ffe43f0 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -575,11 +575,18 @@ </listitem> <listitem> - <para> - <emphasis><productname></emphasis>: - This allows an administrator to specify the products in which - a user can see bugs. The user must still have the - "editbugs" privilege to edit bugs in these products.</para> + <para> + <emphasis><productname></emphasis>: + This allows an administrator to specify the products + in which a user can see bugs. If you turn on the + <quote>makeproductgroups</quote> parameter in + the Group Security Panel in the Parameters page, + then Bugzilla creates one group per product (at the time you create + the product), and this group has exactly the same name as the + product itself. Note that for products that already exist when + the parameter is turned on, the corresponding group will not be + created. The user must still have the <quote>editbugs</quote> + privilege to edit bugs in these products.</para> </listitem> </itemizedlist> </section> |