]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/SetGlobalAccessRightsSimple
Add explanations for Simple Access Rights
[SourceForge/phpwiki.git] / pgsrc / SetGlobalAccessRightsSimple
1 Date: Tue, 31 Aug 2010 11:36:04 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=SetGlobalAccessRightsSimple;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 This action page will allow you to set the default access rights for wiki pages.
12 Pages without individual access rights will use these default access rights.
13
14 ----
15
16 //Liberal Access Rights// means //Everyone can edit//.
17
18 view:_EVERY; edit:_EVERY; create:_EVERY; list:_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER'
19
20
21 //Restrictive Access Rights// means //Only logged users can see the page//.
22
23 view:_AUTHENTICATED,-_EVERY; edit:_AUTHENTICATED,-_EVERY; create:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER
24
25 <<WikiAdminSetAclSimple s=. info=pagename>>
26
27 ----
28 [[CategoryActionPage]]