Procházet zdrojové kódy

Add more information what happens when a user is deactivated (#11083)

tags/v1.46.0rc1
Dirk Klimpel před 2 roky
committed by GitHub
rodič
revize
b0f03aeb6a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +1
    -0
      changelog.d/11083.doc
  2. +10
    -0
      docs/admin_api/user_admin_api.md

+ 1
- 0
changelog.d/11083.doc Zobrazit soubor

@@ -0,0 +1 @@
Add more information about what happens when a user is deactivated.

+ 10
- 0
docs/admin_api/user_admin_api.md Zobrazit soubor

@@ -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
@@ -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



Načítá se…
Zrušit
Uložit