Merge branch 'master' of ssh://git.cy55.de/home/hplattner/git/loops

This commit is contained in:
Helmut Merz 2012-05-07 17:52:32 +02:00
commit 61735e5bc0

View file

@ -72,7 +72,7 @@ class MemberRegistrationManager(object):
if pfName is None:
pfName = options(self.principalfolder_key,
(self.default_principalfolder,))[0]
self.createPrincipal(pfName, userId, password, lastName, firstName)
self.createPrincipal(pfName, userId, password, lastName, firstName, useExisting=useExisting)
if len(groups)==0:
groups = options(self.groups_key, ())
self.setGroupsForPrincipal(pfName, userId, groups=groups)