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

Commit

Permalink
Add more information what happens when a user is deactivated (#11083)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Oct 22, 2021
1 parent ba00e20 commit b0f03ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11083.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add more information about what happens when a user is deactivated.
10 changes: 10 additions & 0 deletions docs/admin_api/user_admin_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ The following actions are performed when deactivating an user:
- Remove all 3PIDs from the homeserver
- Delete all devices and E2EE keys
- Delete all access tokens
- Delete all pushers
- Delete the password hash
- Removal from all rooms the user is a member of
- Remove the user from the user directory
Expand All @@ -354,6 +355,15 @@ is set to `true`:
- Remove the user's avatar URL
- Mark the user as erased

The following actions are **NOT** performed. The list may be incomplete.

- Remove mappings of SSO IDs
- [Delete media uploaded](#delete-media-uploaded-by-a-user) by user (included avatar images)
- Delete sent and received messages
- Delete E2E cross-signing keys
- Remove the user's creation (registration) timestamp
- [Remove rate limit overrides](#override-ratelimiting-for-users)
- Remove from monthly active users

## Reset password

Expand Down

0 comments on commit b0f03ae

Please sign in to comment.