Skip to content

Commit

Permalink
Save user institution
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Feb 14, 2019
1 parent 2c19546 commit 44bdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_signup/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _create_user(self, adminc, user, groupid):
firstName=user['firstname'], lastName=user['lastname'],
email=user['email'], isAdmin=False, isActive=True,
defaultGroupId=groupid, otherGroupIds=[],
password=passwd)
password=passwd, institution=user['institution'])
return uid, login, passwd

def _email_user(self, client, email, uid, login, passwd):
Expand Down

0 comments on commit 44bdf7e

Please sign in to comment.