[wpdev-commits] xmlscripts/definitions/system access.xml,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-09-09 03:33:01
|
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" /> |