====== TWiki: Access Control ====== TWiki has fine grained access controls with groups and hierarchical preferences. For example, first you create a topic (wiki page) called BreadSlicerGroup with this content: * Set GROUP = AliceBradley, JohnSmith, MikeSandbar * Set ALLOWTOPICCHANGE = BreadSlicerGroup Then you can restrict view / change / rename access to the whole site / any web / any topic with one of these settings: * Set ALLOWTOPICVIEW = BreadSlicerGroup * Set ALLOWTOPICCHANGE = BreadSlicerGroup * Set ALLOWTOPICRENAME = BreadSlicerGroup * Set DENYTOPICVIEW = BreadSlicerGroup * Set DENYTOPICCHANGE = BreadSlicerGroup * Set DENYTOPICRENAME = BreadSlicerGroup See more details at http://twiki.org/cgi-bin/view/TWiki/TWikiAccessControl Back to [[http://www.wikimatrix.org/show/TWiki|TWiki details]]