|
From: Chris W. <la...@us...> - 2001-10-29 03:37:45
|
Update of /cvsroot/openinteract/OpenInteract/pkg/system_doc/data
In directory usw-pr-cvs1:/tmp/cvs-serv19394/data
Modified Files:
install_security.dat
Log Message:
modified to create security for ::Page docs rather than ::BasicPage
Index: install_security.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/system_doc/data/install_security.dat,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** install_security.dat 2001/08/12 15:25:40 1.5
--- install_security.dat 2001/10/29 03:37:42 1.6
***************
*** 6,10 ****
[ 'OpenInteract::Handler::SystemDoc', 0, 'w', 'world', 1 ],
[ 'OpenInteract::Handler::SystemDoc', 0, 'g', 'site_admin_group', 8 ],
! [ 'OpenInteract::BasicPage', '/oi_docs', 'w', 'world', 1 ],
! [ 'OpenInteract::BasicPage', '/oi_docs', 'g', 'site_admin_group', 8 ],
];
--- 6,10 ----
[ 'OpenInteract::Handler::SystemDoc', 0, 'w', 'world', 1 ],
[ 'OpenInteract::Handler::SystemDoc', 0, 'g', 'site_admin_group', 8 ],
! [ 'OpenInteract::Page', '/oi_docs', 'w', 'world', 1 ],
! [ 'OpenInteract::Page', '/oi_docs', 'g', 'site_admin_group', 8 ],
];
|