diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-20 17:23:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 17:23:59 +0000 |
commit | ceecedc68ba1af25b0ee60c5cf927fd1fd245b9f (patch) | |
tree | 485516ca1afdc48271e2b102a9ece8b376d9754f /changelog.d | |
parent | Fix empty account_validity config block (#6747) (diff) | |
download | synapse-ceecedc68ba1af25b0ee60c5cf927fd1fd245b9f.tar.xz |
Fix changing password via user admin API. (#6730)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6730.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6730.bugfix b/changelog.d/6730.bugfix new file mode 100644 index 0000000000..beb444ca66 --- /dev/null +++ b/changelog.d/6730.bugfix @@ -0,0 +1 @@ +Fix changing password via user admin API. |