diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-19 10:53:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-19 10:53:14 +0100 |
commit | 62e3ff92fd3228b5c34f6cee691e22f9b1f85c9e (patch) | |
tree | 81c52e3dabd3aabe40d1a0e2d7ad2090f5606008 /changelog.d | |
parent | Fix typo in account_threepid_delegates config (#6028) (diff) | |
download | synapse-62e3ff92fd3228b5c34f6cee691e22f9b1f85c9e.tar.xz |
Remove POST method from password reset submit_token endpoint (#6056)
Removes the POST method from `/password_reset/<medium>/submit_token/` as it's only used by phone number verification which Synapse does not support yet.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6056.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6056.bugfix b/changelog.d/6056.bugfix new file mode 100644 index 0000000000..4d9573a58d --- /dev/null +++ b/changelog.d/6056.bugfix @@ -0,0 +1 @@ +Remove POST method from password reset submit_token endpoint until we implement submit_url functionality. \ No newline at end of file |