fix creation of group folder

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3901 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-06-14 10:16:10 +00:00
parent a8c46b6fc8
commit 36694d3da5

View file

@ -65,7 +65,7 @@ def getGroupsFolder(context=None, name='gloops', create=False):
pau = component.getUtility(IAuthentication, context=context)
gf = pau[name] = GroupFolder(name + '.')
pau.authenticatorPlugins = tuple(
list(pau.authenticatorPlugins) + ['name'])
list(pau.authenticatorPlugins) + [name])
return gf