From: PeterThoeny Date: Sun, 29 Oct 2000 06:37:36 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=39dc95daee12337e795702838d6473b36f112e9c none --- diff --git a/Main/TWikiAdminGroup.mdwn b/Main/TWikiAdminGroup.mdwn new file mode 100644 index 0000000..26473f8 --- /dev/null +++ b/Main/TWikiAdminGroup.mdwn @@ -0,0 +1,10 @@ +**TWiki Administrator Group** + +- Set GROUP = [[PeterThoeny]] +- #Set ALLOWTOPICCHANGE = [[TWikiAdminGroup]] + +(Note: Set the members of TWiki Administrator Group in GROUP, then enable the ALLOWTOPICCHANGE variable by removing # sign) + +Related topics: [[TWikiUsers]], [[TWikiAccessControl]] + +-- [[PeterThoeny]] - 28 Oct 2000
diff --git a/Main/WebPreferences.mdwn b/Main/WebPreferences.mdwn index b0279b6..33a98ad 100644 --- a/Main/WebPreferences.mdwn +++ b/Main/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 = +- Users or groups who **_are not_** / **_are_** allowed to change topics in the %WEB% web: (See [[TWikiAccessControl]]) + - Set DENYWEBCHANGE = + - Set ALLOWWEBCHANGE = + +- Users or groups allowed to change this %TOPIC% topic: (I.e. [[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:
`6 spaces * Set NAME = value`
Example: @@ -28,3 +38,4 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web - [[TWikiPreferences]] has site-level preferences. - [[TWikiUsers]] has a list of user topics. User topics can have optional user preferences. - [[TWikiVariables]] has a list of common `%VARIABLES%` . +- [[TWikiAccessControl]] explains how to restrict access by users or groups. diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn index 7d7c291..4bc4d9b 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. [[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:
`6 spaces * Set NAME = value`
Example: @@ -64,3 +70,4 @@ The following settings are **_site-level preferences_** , e.g. affecting all use - [[WebPreferences]] has preferences of the %WIKITOOLNAME%.%WEB% web. - [[TWikiUsers]] has a list of user topics. User topics can have optional user preferences. - [[TWikiVariables]] has a list of common `%VARIABLES%` . +- [[TWikiAccessControl]] explains how to restrict access by users or groups. diff --git a/TWiki/WebPreferences.mdwn b/TWiki/WebPreferences.mdwn index f095afc..7478db0 100644 --- a/TWiki/WebPreferences.mdwn +++ b/TWiki/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 = +- Users or groups who **_are not_** / **_are_** allowed to change topics in the %WEB% web: (See [[TWikiAccessControl]]) + - Set DENYWEBCHANGE = [[TWikiGuest]] + - Set ALLOWWEBCHANGE = + +- Users or groups allowed to change this %TOPIC% topic: (I.e. [[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:
`6 spaces * Set NAME = value`
Example: @@ -28,3 +38,4 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web - [[TWikiPreferences]] has site-level preferences. - [[TWikiUsers]] has a list of user topics. User topics can have optional user preferences. - [[TWikiVariables]] has a list of common `%VARIABLES%` . +- [[TWikiAccessControl]] explains how to restrict access by users or groups.