fix: user creation issue with Palm
This commit is contained in:
parent
c36734ffda
commit
e4ca341e53
@ -0,0 +1 @@
|
||||
- [Bugfix] Fixed User creation command issue with Palm release. (by @jramnai)
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user