Changeset 4578
- Timestamp:
- 27 Dec 2009, 19:41:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/ftesting.zcml
r3523 r4578 10 10 <!-- Typical functional testing security setup --> 11 11 <securityPolicy 12 component="zope. app.securitypolicy.zopepolicy.ZopeSecurityPolicy"12 component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" 13 13 /> 14 14 … … 17 17 title="Unauthenticated User" 18 18 /> 19 <unauthenticatedGroup id="zope.Anybody" 20 title="Unauthenticated Users" /> 21 <authenticatedGroup id="zope.Authenticated" 22 title="Authenticated Users" /> 23 <everybodyGroup id="zope.Everybody" 24 title="All Users" /> 25 19 26 <grant 20 27 permission="zope.View" 21 principal="zope.anybody" 28 principal="zope.Anybody" 29 /> 30 <grant 31 permission="zope.app.dublincore.view" 32 principal="zope.Anybody" /> 33 <grant 34 permission="zope.View" 35 principal="zope.Everybody" 22 36 /> 23 37
Note: See TracChangeset for help on using the changeset viewer.