Skip to content
Snippets Groups Projects
Commit 9e8c6c81 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

ligoauth.management.commands: bugfix user account command

parent 099122ad
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,11 @@ class LdapPersonResultProcessor(object):
l_user.username))
self.user_created = True
# Attach some information to this instance
self.ligoldapuser = l_user
self.user = user
self.l_user_exists = l_user_exists
self.user_exists = user_exists
self.check_user_accounts()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment