forked-synapse/synapse/rest
Erik Johnston f328d95cef Feature: Add deactivate account admin API
Allows server admins to "deactivate" accounts, which:

- Revokes all access tokens
- Removes all threepids
- Removes password

The API is a POST to `/admin/deactivate/<user_id>`
2016-06-30 15:40:58 +01:00
..
client Feature: Add deactivate account admin API 2016-06-30 15:40:58 +01:00
key Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
media Remove race 2016-06-29 15:24:50 +01:00
__init__.py Add an openidish mechanism for proving to third parties that you own a given user_id 2016-05-05 13:42:44 +01:00