diff options
author | jocuri%softhome.net <> | 2004-11-04 21:51:32 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-04 21:51:32 +0100 |
commit | 7b1127ecdcf376f388bf2500a97930fe45ada069 (patch) | |
tree | a4a3d4e858e89445aeea1f309d556e681817d768 /docs | |
parent | 5fb2b9bbf1d4ba50a080c26480633ab752bae691 (diff) | |
download | bugzilla-7b1127ecdcf376f388bf2500a97930fe45ada069.tar.gz bugzilla-7b1127ecdcf376f388bf2500a97930fe45ada069.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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/administration.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 12c72dd84..f247108ae 100644 --- a/docs/xml/administration.xml +++ b/docs/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> |