Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b0f03ae

Browse files
authored
Add more information what happens when a user is deactivated (#11083)
1 parent ba00e20 commit b0f03ae

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

changelog.d/11083.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add more information about what happens when a user is deactivated.

docs/admin_api/user_admin_api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ The following actions are performed when deactivating an user:
341341
- Remove all 3PIDs from the homeserver
342342
- Delete all devices and E2EE keys
343343
- Delete all access tokens
344+
- Delete all pushers
344345
- Delete the password hash
345346
- Removal from all rooms the user is a member of
346347
- Remove the user from the user directory
@@ -354,6 +355,15 @@ is set to `true`:
354355
- Remove the user's avatar URL
355356
- Mark the user as erased
356357

358+
The following actions are **NOT** performed. The list may be incomplete.
359+
360+
- Remove mappings of SSO IDs
361+
- [Delete media uploaded](#delete-media-uploaded-by-a-user) by user (included avatar images)
362+
- Delete sent and received messages
363+
- Delete E2E cross-signing keys
364+
- Remove the user's creation (registration) timestamp
365+
- [Remove rate limit overrides](#override-ratelimiting-for-users)
366+
- Remove from monthly active users
357367

358368
## Reset password
359369

0 commit comments

Comments
 (0)