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:
parent
a8c46b6fc8
commit
36694d3da5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def getGroupsFolder(context=None, name='gloops', create=False):
|
||||||
pau = component.getUtility(IAuthentication, context=context)
|
pau = component.getUtility(IAuthentication, context=context)
|
||||||
gf = pau[name] = GroupFolder(name + '.')
|
gf = pau[name] = GroupFolder(name + '.')
|
||||||
pau.authenticatorPlugins = tuple(
|
pau.authenticatorPlugins = tuple(
|
||||||
list(pau.authenticatorPlugins) + ['name'])
|
list(pau.authenticatorPlugins) + [name])
|
||||||
return gf
|
return gf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue