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

Commit b5133dd

Browse files
authored
Explain better what GDPR-erased means (#8189)
Fixes #8185
1 parent 37db625 commit b5133dd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

changelog.d/8189.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Explain better what GDPR-erased means when deactivating a user.

docs/admin_api/user_admin_api.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,11 @@ Deactivate Account
214214

215215
This API deactivates an account. It removes active access tokens, resets the
216216
password, and deletes third-party IDs (to prevent the user requesting a
217-
password reset). It can also mark the user as GDPR-erased (stopping their data
218-
from distributed further, and deleting it entirely if there are no other
219-
references to it).
217+
password reset).
218+
219+
It can also mark the user as GDPR-erased. This means messages sent by the
220+
user will still be visible by anyone that was in the room when these messages
221+
were sent, but hidden from users joining the room afterwards.
220222

221223
The api is::
222224

0 commit comments

Comments
 (0)