diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-20 08:54:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 08:54:42 -0400 |
commit | f5ea8b48bd57c19dae126a5cc631dc79cf5ce332 (patch) | |
tree | 8cd7ca7df365c33b9112a0805d76fb17080dbbda /changelog.d | |
parent | On catchup, process each row with its own stream id (#7286) (diff) | |
download | synapse-f5ea8b48bd57c19dae126a5cc631dc79cf5ce332.tar.xz |
Reject unknown UI auth sessions (instead of silently generating a new one) (#7268)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7268.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7268.bugfix b/changelog.d/7268.bugfix new file mode 100644 index 0000000000..ab280da18e --- /dev/null +++ b/changelog.d/7268.bugfix @@ -0,0 +1 @@ +Reject unknown session IDs during user interactive authentication instead of silently creating a new session. |