mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 12:26:17 -05:00
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>` |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| base.py | ||
| directory.py | ||
| events.py | ||
| initial_sync.py | ||
| login.py | ||
| logout.py | ||
| presence.py | ||
| profile.py | ||
| push_rule.py | ||
| pusher.py | ||
| register.py | ||
| room.py | ||
| transactions.py | ||
| voip.py | ||