diff options
author | Olof Johansson <olof@ethup.se> | 2020-06-01 18:55:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 12:55:07 -0400 |
commit | fe434cd3c94dfc98954aea908e188e5d97df60db (patch) | |
tree | 60a6dab72ff621667197379243f06c36c1b67ee5 /changelog.d | |
parent | Process cross-signing keys when resyncing device lists (#7594) (diff) | |
download | synapse-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.bugfix | 1 |
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. |