Merge branch 'master' into nightly
This commit is contained in:
commit
7e061ffd04
@ -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)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
__version__ = "16.0.0"
|
||||
__version__ = "16.0.1"
|
||||
__package_version__ = __version__
|
||||
|
||||
# Handle version suffix for nightly, just like tutor core.
|
||||
|
||||
@ -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