diff options
author | Will Hunt <will@half-shot.uk> | 2023-07-14 13:32:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 08:32:13 -0400 |
commit | 8d3656b994173b899ce2be18a2600273aa4e7d32 (patch) | |
tree | 0f47e4f2083b66b2691dce0e347677b9fec4583f /changelog.d | |
parent | Stop accepting 'user' parameter for application service registration. (#15928) (diff) | |
download | synapse-8d3656b994173b899ce2be18a2600273aa4e7d32.tar.xz |
Document that you cannot login as yourself on /_synapse/admin/v1/users/<user_id>/login (#15938)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15938.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15938.doc b/changelog.d/15938.doc new file mode 100644 index 0000000000..8d99e5f4ea --- /dev/null +++ b/changelog.d/15938.doc @@ -0,0 +1 @@ +Improve the documentation for the login as a user admin API. |