Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Access ControlPlanetoWiki allows you to define restrictions of who is allowed to view a PlanetoWiki web, make changes to topics or attach files. | ||||||||
Line: 50 to 51 | ||||||||
| ||||||||
Added: | ||||||||
> > | Rename Access Restriction for Individual TopicsYou can define restrictions of who is allowed to rename a topic. Note that users need this permission in addition to the CHANGE permission in order to rename a topic. They also need CHANGE access to change references in referring topics. Define one or both of these variables in a topic, preferably at the end of the topic:
* Set DENYTOPICRENAME = Main.SomeBadBoy, Main.SomeBadGirl, Main.SomeHackerGroup
ALLOWTOPICRENAME defines users or groups that are allowed to rename the topic. It is a comma delimited list of users and groups. Example: * Set ALLOWTOPICRENAME = Main.SomeGoodGuy, Main.SomeGoodGirl, Main.TWikiAdminGroup
DENYTOPICRENAME is evaluated before ALLOWTOPICRENAME. Access is denied if the authenticated person is in the DENYTOPICRENAME list, or not in the ALLOWTOPICRENAME list. Access is granted in case DENYTOPICRENAME and ALLOWTOPICRENAME is not defined.
Rename Access Restriction for a Whole PlanetoWiki WebYou can define restrictions of who is allowed to do renames for a PlanetoWiki web. Define one or both of these variable in the WebPreferences topic:
| |||||||
Read Access Restriction for a Whole PlanetoWiki WebYou can define restrictions of who is allowed to view a PlanetoWiki web. |