diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-01 13:04:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 13:04:03 +0000 |
commit | 89f79307306ed117d9dcfe46a31a3fe1a1a5ceae (patch) | |
tree | 87810d918f3bb9d2f658fd583cb421d95aa81d82 /changelog.d | |
parent | Add some tests for `password_auth_providers` (#8819) (diff) | |
download | synapse-89f79307306ed117d9dcfe46a31a3fe1a1a5ceae.tar.xz |
Don't offer password login when it is disabled (#8835)
Fix a minor bug where we would offer "m.login.password" login if a custom auth provider supported it, even if password login was disabled.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8835.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8835.bugfix b/changelog.d/8835.bugfix new file mode 100644 index 0000000000..446d04aa55 --- /dev/null +++ b/changelog.d/8835.bugfix @@ -0,0 +1 @@ +Fix minor long-standing bug in login, where we would offer the `password` login type if a custom auth provider supported it, even if password login was disabled. |