[Zope3-Users] Grant role top zope.anybody

Florian Lindner mailinglists at xgm.de
Sat Feb 17 06:48:05 EST 2007


Hello,
I've tried to grant a role to zope.anybody (any user that visits the site). 
Tried it this way:

    <grant
        role = "my.role"
        principal = "zope.anybody"
    />

But this gives a unknown principal id error, even though I have:

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

in my principal.zcml.

How to do it right?

Thanks,

Florian


More information about the Zope3-users mailing list