summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-08-19 11:03:29 +0000
committerGitHub <noreply@github.com>2022-08-19 11:03:29 +0000
commit3a245f6cfe3f35f5a37bcd91f3242ef59dc71332 (patch)
treeb047c97f35c54a9d2569fa99ae5ff31172891334 /changelog.d
parentAdd metrics to track `/messages` response time by room size (#13545) (diff)
downloadsynapse-3a245f6cfe3f35f5a37bcd91f3242ef59dc71332.tar.xz
Fix validation problem that occurs when a user tries to deactivate their account or change their password. (#13563)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13563.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13563.feature b/changelog.d/13563.feature
new file mode 100644
index 0000000000..4c39b74289
--- /dev/null
+++ b/changelog.d/13563.feature
@@ -0,0 +1 @@
+Improve validation of request bodies for the following client-server API endpoints: [`/account/password`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountpassword), [`/account/password/email/requestToken`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountpasswordemailrequesttoken), [`/account/deactivate`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountdeactivate) and [`/account/3pid/email/requestToken`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3pidemailrequesttoken).