summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJan Christian Grünhage <jan.christian@gruenhage.xyz>2022-06-06 13:10:13 +0200
committerGitHub <noreply@github.com>2022-06-06 12:10:13 +0100
commitfcd8703508ce5bfe481fc2f1510b05731477ce32 (patch)
tree47180b0b22960d9bcf0e1daa4b92c26b8062ef36 /changelog.d
parentReduce the amount of state we pull from the DB (#12811) (diff)
downloadsynapse-fcd8703508ce5bfe481fc2f1510b05731477ce32.tar.xz
Allow updating passwords using the admin api without logging out devices (#12952)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12952.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12952.feature b/changelog.d/12952.feature
new file mode 100644
index 0000000000..7329bcc3d4
--- /dev/null
+++ b/changelog.d/12952.feature
@@ -0,0 +1 @@
+Allow updating a user's password using the admin API without logging out their devices. Contributed by @jcgruenhage.