summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-04-20 08:54:42 -0400
committerGitHub <noreply@github.com>2020-04-20 08:54:42 -0400
commitf5ea8b48bd57c19dae126a5cc631dc79cf5ce332 (patch)
tree8cd7ca7df365c33b9112a0805d76fb17080dbbda /changelog.d
parentOn catchup, process each row with its own stream id (#7286) (diff)
downloadsynapse-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.bugfix1
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.