- [Security] Prevent non-staff users from searching usernames by email.
This commit is contained in:
Régis Behmo 2021-12-22 00:46:13 +01:00
parent 553000e5f5
commit 94941d0387
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v13.0.2
- [Security] Prevent non-staff users from searching usernames by email.
## v13.0.1

View File

@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "13.0.1"
__version__ = "13.0.2"
# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and