Skip to content

v21.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Apr 12:06
· 4 commits to release since this release
be332ff

Install this version from pip with:

pip install "tutor[full]==21.0.4"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v21.0.4/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

See the installation docs for more installation options and instructions.

Changes

  • [Security] Backport fix to remove activation_key exposure from /api/user/v1/accounts/{username}, preventing email verification bypass via OAuth2 password grant flow (source: upstream edx-platform commit 21cead238466ca398ba368518f1d3288431d68f4).