On Wednesday 01 February 2006 01:46, Marko Mikulicic wrote: > <subscriber > for="zope.app.authentication.interfaces.IPrincipalCreated" > handler=".mytest.principalCreated" > /> > > and then if the prefix of the "event.principal.id" is what I like > then add some group to it, but I don't like the solution
This is the right approach, I would just make the comparison a little bit smarter, looking up the prefix from the principal in the authentication utility. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
