summary refs log tree commit diff
path: root/changelog.d/6056.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove POST method from password reset submit_token endpoint (#6056)Andrew Morgan2019-09-191-0/+1
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.