diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-12-02 20:08:46 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-12-02 20:08:46 +0000 |
commit | 269ba1bc847b1df27e5ebba3d8cd1954a57561e4 (patch) | |
tree | 6a57f03750897cf5b97d8188e497f54ce104581c /changelog.d | |
parent | changelog (diff) | |
parent | Merge pull request #8858 from matrix-org/rav/sso_uia (diff) | |
download | synapse-269ba1bc847b1df27e5ebba3d8cd1954a57561e4.tar.xz |
Merge remote-tracking branch 'origin/develop' into rav/remove_unused_mocks
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8858.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/8864.misc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/8858.bugfix b/changelog.d/8858.bugfix new file mode 100644 index 0000000000..0d58cb9abc --- /dev/null +++ b/changelog.d/8858.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug on Synapse instances supporting Single-Sign-On, where users would be prompted to enter their password to confirm certain actions, even though they have not set a password. diff --git a/changelog.d/8864.misc b/changelog.d/8864.misc new file mode 100644 index 0000000000..a780883495 --- /dev/null +++ b/changelog.d/8864.misc @@ -0,0 +1 @@ +Remove unused `FakeResponse` class from unit tests. |