summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TWiki/TWikiPreferences.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn
index 49dee48b..9984754d 100644
--- a/TWiki/TWikiPreferences.mdwn
+++ b/TWiki/TWikiPreferences.mdwn
@@ -50,6 +50,12 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
* http-equiv meta tags for **_preview_** script:
* Set HTTP\_EQUIV\_ON\_PREVIEW =
+* Users or groups allowed to change this %TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
+ * Set ALLOWTOPICCHANGE =
+
+* Site-level preferences that are **not** allowed to be overridden by [[WebPreferences]] and user preferences:
+ * Set FINALPREFERENCES = WIKIWEBMASTER, PREVIEWBGIMAGE
+
**_Notes:_**
* A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example:
@@ -64,3 +70,4 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
* %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web.
* %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.