forked-synapse/synapse/api
Andrew Morgan 3719680ee4
Add ability to perform password reset via email without trusting the identity server (#5377)
Sends password reset emails from the homeserver instead of proxying to the identity server. This is now the default behaviour for security reasons. If you wish to continue proxying password reset requests to the identity server you must now enable the email.trust_identity_server_for_password_resets option.

This PR is a culmination of 3 smaller PRs which have each been separately reviewed:

* #5308
* #5345
* #5368
2019-06-06 17:34:07 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Factor out an "assert_requester_is_admin" function (#5120) 2019-05-02 10:45:52 +01:00
constants.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
errors.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
filtering.py Update synapse/api/filtering.py 2019-01-24 17:21:35 +00:00
ratelimiting.py Add ratelimiting on login (#4821) 2019-03-15 17:46:16 +00:00
room_versions.py Implement room v5 which enforces signing key validity 2019-06-05 11:00:47 +01:00
urls.py Implement the SHHS complexity API (#5216) 2019-05-30 01:47:16 +10:00