summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-23 12:03:58 +0000
committerGitHub <noreply@github.com>2020-01-23 12:03:58 +0000
commit5bd3cb7260984164c4c54eb2add1fa7821795360 (patch)
treed29c0a269622411f03fa59ff8ec8a02e59f2ffe1 /changelog.d
parentMerge branch 'release-v1.9.0' into develop (diff)
downloadsynapse-5bd3cb7260984164c4c54eb2add1fa7821795360.tar.xz
Minor fixes to user admin api (#6761)
* don't insist on a password (this is valid if you have an SSO login)
* fix reference to undefined `requester`
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6761.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6761.bugfix b/changelog.d/6761.bugfix
new file mode 100644
index 0000000000..1c664c02df
--- /dev/null
+++ b/changelog.d/6761.bugfix
@@ -0,0 +1 @@
+Minor fixes to `PUT /_synapse/admin/v2/users` admin api.