[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pluggableauth/__init__.py
Principals now have a groups attribute.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Oct 13 10:51:34 EDT 2004
Log message for revision 28087:
Principals now have a groups attribute.
Changed:
U Zope3/trunk/src/zope/app/pluggableauth/__init__.py
-=-
Modified: Zope3/trunk/src/zope/app/pluggableauth/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/__init__.py 2004-10-13 14:48:38 UTC (rev 28086)
+++ Zope3/trunk/src/zope/app/pluggableauth/__init__.py 2004-10-13 14:51:32 UTC (rev 28087)
@@ -533,6 +533,7 @@
self.password = password
self.title = title
self.description = description
+ self.groups = []
def _getId(self):
source = self.__parent__
More information about the Zope3-Checkins
mailing list