From 1fde11ce43620589dff11888d4a349c6a5fd2dd2 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 30 May 2019 20:21:46 -0600 Subject: [PATCH 1/2] Clarify that the admin change password endpoint logs everyone out --- docs/admin_api/user_admin_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst index 8aca4f158de0..213359d0c053 100644 --- a/docs/admin_api/user_admin_api.rst +++ b/docs/admin_api/user_admin_api.rst @@ -69,7 +69,7 @@ An empty body may be passed for backwards compatibility. Reset password ============== -Changes the password of another user. +Changes the password of another user. This will automatically log the user out of all their devices. The api is:: From d34bab9a6fa94d5b0a06f5413753cf3db28ae70b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 30 May 2019 20:22:47 -0600 Subject: [PATCH 2/2] Create 5303.misc --- changelog.d/5303.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/5303.misc diff --git a/changelog.d/5303.misc b/changelog.d/5303.misc new file mode 100644 index 000000000000..f6a7f1f8e37f --- /dev/null +++ b/changelog.d/5303.misc @@ -0,0 +1 @@ +Clarify that the admin change password API logs the user out.