none
[openafs-wiki.git] / TWiki / TWikiAccessControl.mdwn
index 5ecdc90..caad676 100644 (file)
@@ -25,6 +25,7 @@
             </li>
           </ul>
         </li>
+        <li><a href="#Hiding Control Settings"> Hiding Control Settings</a></li>
         <li><a href="#The _SuperAdminGroup"> The SuperAdminGroup</a></li>
       </ul>
     </li>
@@ -77,9 +78,9 @@ Groups are defined by group topics in the <code>**Main**</code> web, like the [[
   - Set GROUP = &lt; list of users and groups &gt;
   - Set ALLOWTOPICCHANGE = &lt; list of users and groups &gt;
 
-- - GROUP is a comma-separated list of users and of other groups:<br /><code>**    \* Set GROUP = Main.SomeUser, Main.OtherUser, Main.SomeOtherGroup**</code>
+- GROUP is a comma-separated list of users and of other groups:<br /><code>**    Set GROUP = Main.SomeUser, Main.OtherUser, Main.SomeOtherGroup**</code>
 
-- - ALLOWTOPICCHANGE defines who is allowed to change the group topic; it is a comma delimited list of users and groups. You typically want to restrict that to the members of the group itself, so it should contain the name of the topic,<br />`    * Set ALLOWTOPICCHANGE = Main.TWikiAdminGroup`<br /> for the TWikiAdminGroup topic. (This prevents users not in the group from editing the topic and from gaining unauthorized membership to the group.)
+- ALLOWTOPICCHANGE defines who is allowed to change the group topic; it is a comma delimited list of users and groups. You typically want to restrict that to the members of the group itself, so it should contain the name of the topic,<br /><code>**    Set ALLOWTOPICCHANGE = Main.TWikiAdminGroup**</code><br /> for the TWikiAdminGroup topic. (This prevents users not in the group from editing the topic and from gaining unauthorized membership to the group.)
 
 ## <a name="Restricting Write Access"></a> Restricting Write Access
 
@@ -168,6 +169,20 @@ You can define restrictions of who is allowed to view a %WIKITOOLNAME% web.
       - Set NOSEARCHALL = on
     - It is not recommended to restrict view access to individual topics since all content is searchable _within_ a web.
 
+## <a name="Hiding Control Settings"></a> Hiding Control Settings
+
+- %T% To hide access control settings from normal browser viewing, place them in comment markers.
+
+> &lt;!--
+>
+> <br />
+>
+> Set DENYTOPICCHANGE = Main.SomeGroup
+>
+> <br />
+>
+> --&gt;
+
 <a name="SuperAdminGroup"></a>
 
 ## <a name="The _SuperAdminGroup"></a> The SuperAdminGroup
@@ -180,4 +195,4 @@ By mistyping a user or group name in the ALLOWTOPICCHANGE setting, it's possible
 
 - The default setting is not to have superusers.
 
--- [[PeterThoeny]] - 16 Mar 2001 <br /> -- [[AndreaSterbini]] - 11 Apr 2001 <br />
+-- [[MikeMannix]] - 02 Dec 2001