diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-19 08:06:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 08:06:54 -0400 |
commit | 89a23c940672944acd98db58085cdc38191515a8 (patch) | |
tree | 5b4036752f374f873f3a5474a6d1effb03d6a491 /changelog.d | |
parent | Remove experimental configuration flags & unstable values for faster joins (#... (diff) | |
download | synapse-89a23c940672944acd98db58085cdc38191515a8.tar.xz |
Do not allow deactivated users to login with JWT. (#15624)
To improve the organization of this code it moves the JWT login checks to a separate handler and then fixes the bug (and a deprecation warning).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15624.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15624.bugfix b/changelog.d/15624.bugfix new file mode 100644 index 0000000000..fde515ba62 --- /dev/null +++ b/changelog.d/15624.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where deactivated users were still able to login using the custom `org.matrix.login.jwt` login type (if enabled). |