Merge branch 'master' into nightly

This commit is contained in:
Régis Behmo 2023-07-17 10:22:41 +02:00
commit 7e061ffd04
3 changed files with 7 additions and 2 deletions

View File

@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-16.0.1'></a>
## v16.0.1 (2023-07-17)
- [Bugfix] Fixed user creation command issue with Palm release. (by @jramnai)
<a id='changelog-16.0.0'></a>
## v16.0.0 (2023-06-15)

View File

@ -1,4 +1,4 @@
__version__ = "16.0.0"
__version__ = "16.0.1"
__package_version__ = __version__
# Handle version suffix for nightly, just like tutor core.

View File

@ -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