diff options
author | Travis Ralston <travpc@gmail.com> | 2019-05-31 02:45:46 -0600 |
---|---|---|
committer | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-05-31 09:45:46 +0100 |
commit | 3e1af5109cb91b8e22f0e14aee875f86bd9fcd92 (patch) | |
tree | 602bfcc532562be5f4b1e724b859f789693ebd39 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-3e1af5109cb91b8e22f0e14aee875f86bd9fcd92.tar.xz |
Clarify that the admin change password endpoint logs them out (#5303)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5303.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5303.misc b/changelog.d/5303.misc new file mode 100644 index 0000000000..f6a7f1f8e3 --- /dev/null +++ b/changelog.d/5303.misc @@ -0,0 +1 @@ +Clarify that the admin change password API logs the user out. |