Update of /cvsroot/wpdev/xmlscripts/definitions/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15746/system
Modified Files:
access.xml
Log Message:
Stuff.
Index: access.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/system/access.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** access.xml 3 Sep 2004 15:32:13 -0000 1.5
--- access.xml 9 Sep 2004 03:32:51 -0000 1.6
***************
*** 22,25 ****
--- 22,26 ----
<group name="Misc">
<action name="Unlimited Tile" permit="true" />
+ <action name="May Block Staff Accounts" permit="true" />
</group>
</acl>
***************
*** 42,49 ****
</group>
<group name="multi">
! <action name="any" permit="true" />
</group>
<group name="Misc">
<action name="Unlimited Tile" permit="false" />
</group>
</acl>
--- 43,51 ----
</group>
<group name="multi">
! <action name="any" permit="true" />
</group>
<group name="Misc">
<action name="Unlimited Tile" permit="false" />
+ <action name="May Block Staff Accounts" permit="true" />
</group>
</acl>
***************
*** 55,59 ****
<action name="ACCOUNT" permit="false" />
<action name="ALLMOVE" permit="false" />
! <action name="ALLSHOW" permit="false" />
<action name="DECORATION" permit="false" />
<action name="DOORGEN" permit="false" />
--- 57,61 ----
<action name="ACCOUNT" permit="false" />
<action name="ALLMOVE" permit="false" />
! <action name="ALLSHOW" permit="false" />
<action name="DECORATION" permit="false" />
<action name="DOORGEN" permit="false" />
|