summaryrefslogtreecommitdiff
path: root/Test/WebPreferences.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-10-29 06:05:32 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-10-29 06:05:32 +0000
commitc3f853e0a739c727eb96406d551644408a1d26f8 (patch)
treee3d019bb82818a98517535f498be9b097fef8b4c /Test/WebPreferences.mdwn
parent9c2aead249de6c598af2b84fcd9f8d6082fc3c30 (diff)
none
Diffstat (limited to 'Test/WebPreferences.mdwn')
-rw-r--r--Test/WebPreferences.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/WebPreferences.mdwn b/Test/WebPreferences.mdwn
index 3041d46e..6140416a 100644
--- a/Test/WebPreferences.mdwn
+++ b/Test/WebPreferences.mdwn
@@ -14,6 +14,16 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web
* Exclude web from a `web="all"` search: (Set to `on` for hidden webs)
* Set NOSEARCHALL = on
+* Users or groups who **_are not_** / **_are_** allowed to change topics in the %WEB% web: (See %TWIKIWEB%.TWikiAccessControl)
+ * Set DENYWEBCHANGE =
+ * Set ALLOWWEBCHANGE =
+
+* Users or groups allowed to change this %TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
+ * Set ALLOWTOPICCHANGE =
+
+* Web preferences that are **not** allowed to be overridden by user preferences:
+ * Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE
+
**_Notes:_**
* A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example:
@@ -28,3 +38,4 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web
* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences.
* %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences.
* %TWIKIWEB%.TWikiVariables has a list of common <code>%VARIABLES%</code> .
+* %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups.