diff options
author | jocuri%softhome.net <> | 2008-04-04 13:47:29 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:47:29 +0200 |
commit | 30864f99ccd8fecdc4fc53ccc805796c4e83c1dc (patch) | |
tree | be7219b3d4749e97cc23630ea87bba65dcf82634 | |
parent | 91a1fcfa4fbc2dff0eee8bee2d7f20492176c4fe (diff) | |
download | bugzilla-30864f99ccd8fecdc4fc53ccc805796c4e83c1dc.tar.gz bugzilla-30864f99ccd8fecdc4fc53ccc805796c4e83c1dc.tar.xz |
Documentation patch for bug 247441: rephrase section 3.9 regarding access control on secure bugs; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.
-rw-r--r-- | docs/en/xml/administration.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 12c72dd84..f247108ae 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -698,6 +698,16 @@ in order to make <emphasis>any</emphasis> change to bugs in that product. </para> + <note> + <para> + By default, bugs can also be seen by the Assignee, the Reporter, and + by everyone on the CC List, regardless of whether or not the bug would + typically be viewable by them. Visibility to the Reporter and CC List can + be overridden (on a per-bug basis) by bringing up the bug, finding the + section that starts with <quote>Users in the roles selected below...</quote> + and un-checking the box next to either 'Reporter' or 'CC List' (or both). + </para> + </note> <section> <title>Creating Groups</title> <para>To create Groups:</para> |