Skip to content
Snippets Groups Projects
Commit 7b202856 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

type in user creation

parent 0e32871e
Branches
Tags stable-2.0.1
No related merge requests found
Pipeline #131531 failed
......@@ -82,7 +82,7 @@ class UnityIntegrationView(AppBuilderBaseView):
role=sec_manager.find_role(role),
password=''.join(random.choice(characters) for i in range(20))
):
fab_user = sec_manager.find_user(name=persistent_identifier)
fab_user = sec_manager.find_user(username=persistent_identifier)
log.info("Successfully created user " + str(fab_user))
else:
log.error("User creation unsuccessful.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment