Skip to content

Commit

Permalink
fix: user creation issue with Palm
Browse files Browse the repository at this point in the history
  • Loading branch information
jramnai authored and regisb committed Jul 17, 2023
1 parent c36734f commit e4ca341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fixed User creation command issue with Palm release. (by @jramnai)
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def bootstrap_user(args):
args.firstname,
args.lastname,
args.email,
"Gamma",
security_manager.find_role("Gamma"),
)
if user is None or user is False:
# This may happen for instance when the email address is already associated
Expand Down

0 comments on commit e4ca341

Please sign in to comment.