1
<!-- Use this as an example for setting up your principals -->
2
<!-- file. Don't simply copy this file to principals.zcml -->
3
<!-- unless you absolutely know it will only be used for -->
5
<configure xmlns='http://namespaces.zope.org/zope'>
7
<unauthenticatedPrincipal
9
title="Unauthenticated User" />
12
id="zope.sample_manager"
13
title="Sample Manager"
19
id="zope.sample_member"
20
title="Sample ordinary user (member)"
27
principal="zope.sample_manager"
32
principal="zope.sample_member"