Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
0.1 TWiki Access ControlARC TWiki allows you to define restrictions of who is allowed to view a ARC TWiki 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:
DENYTOPICCRENAME defines users or groups that are not allowed to rename the topic. It is a comma delimited list of users and groups. Example:
ALLOWTOPICRENAME defines users or groups that are allowed to rename the topic. It is a comma delimited list of users and groups. Example: 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 ARC TWiki WebYou can define restrictions of who is allowed to do renames for a ARC TWiki web. Define one or both of these variable in the WebPreferences topic:
The same rules apply like the one for Access Control for Individual Topics; with these additions:
| |||||||
Read Access Restriction for a Whole ARC TWiki WebYou can define restrictions of who is allowed to view a ARC TWiki web. |