~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
<!-- Use this as an example for setting up your principals -->
<!-- file. Don't simply copy this file to principals.zcml -->
<!-- unless you absolutely know it will only be used for -->
<!-- development. -->
<configure xmlns='http://namespaces.zope.org/zope'>

  <unauthenticatedPrincipal
    id="zope.anybody"
    title="Unauthenticated User" />

</configure>