user account: add principal title if given
This commit is contained in:
parent
814f10ae51
commit
dc5d913b99
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ class MemberRegistrationManager(object):
|
||||||
if userId in pFolder:
|
if userId in pFolder:
|
||||||
principal = pFolder[userId]
|
principal = pFolder[userId]
|
||||||
principal.password = password
|
principal.password = password
|
||||||
|
if title:
|
||||||
|
principal.title = title
|
||||||
else:
|
else:
|
||||||
pFolder[userId] = principal
|
pFolder[userId] = principal
|
||||||
elif useExisting:
|
elif useExisting:
|
||||||
|
|
Loading…
Add table
Reference in a new issue