diff options
author | Jan Christian Grünhage <jan.christian@gruenhage.xyz> | 2022-06-06 13:10:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 12:10:13 +0100 |
commit | fcd8703508ce5bfe481fc2f1510b05731477ce32 (patch) | |
tree | 47180b0b22960d9bcf0e1daa4b92c26b8062ef36 /changelog.d | |
parent | Reduce the amount of state we pull from the DB (#12811) (diff) | |
download | synapse-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.feature | 1 |
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. |