summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorOlof Johansson <olof@ethup.se>2020-06-01 18:55:07 +0200
committerGitHub <noreply@github.com>2020-06-01 12:55:07 -0400
commitfe434cd3c94dfc98954aea908e188e5d97df60db (patch)
tree60a6dab72ff621667197379243f06c36c1b67ee5 /changelog.d
parentProcess cross-signing keys when resyncing device lists (#7594) (diff)
downloadsynapse-fe434cd3c94dfc98954aea908e188e5d97df60db.tar.xz
Fix a bug in automatic user creation with m.login.jwt. (#7585)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7585.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7585.bugfix b/changelog.d/7585.bugfix
new file mode 100644
index 0000000000..263295599d
--- /dev/null
+++ b/changelog.d/7585.bugfix
@@ -0,0 +1 @@
+Fix a bug in automatic user creation during first time login with `m.login.jwt`. Regression in v1.6.0. Contributed by @olof.