summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-11-16 12:53:31 +0000
committerGitHub <noreply@github.com>2021-11-16 12:53:31 +0000
commit3a1462f7e0693f2fb5f3654a8647552ea46dd67a (patch)
treeb525c2f7861b6642236e47e8ae9186f4d53c3f27 /changelog.d
parentAdd ability to un-shadow-ban via the admin API. (#11347) (diff)
downloadsynapse-3a1462f7e0693f2fb5f3654a8647552ea46dd67a.tar.xz
Properly register all callback hooks for legacy password authentication providers (#11340)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11340.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11340.bugfix b/changelog.d/11340.bugfix
new file mode 100644
index 0000000000..551817f42d
--- /dev/null
+++ b/changelog.d/11340.bugfix
@@ -0,0 +1 @@
+Fix a bug, introduced in Synapse 1.46.0, which caused the `check_3pid_auth` and `on_logged_out` callbacks in legacy password authentication provider modules to not be registered. Modules using the generic module API were not affected.