Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
b5133dd9
Unverified
Commit
b5133dd9
authored
4 years ago
by
Brendan Abolivier
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Explain better what GDPR-erased means (#8189)
Fixes
https://github.com/matrix-org/synapse/issues/8185
parent
37db6252
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/8189.doc
+1
-0
1 addition, 0 deletions
changelog.d/8189.doc
docs/admin_api/user_admin_api.rst
+5
-3
5 additions, 3 deletions
docs/admin_api/user_admin_api.rst
with
6 additions
and
3 deletions
changelog.d/8189.doc
0 → 100644
+
1
−
0
View file @
b5133dd9
Explain better what GDPR-erased means when deactivating a user.
This diff is collapsed.
Click to expand it.
docs/admin_api/user_admin_api.rst
+
5
−
3
View file @
b5133dd9
...
...
@@ -214,9 +214,11 @@ Deactivate Account
This API deactivates an account. It removes active access tokens, resets the
password, and deletes third-party IDs (to prevent the user requesting a
password reset). It can also mark the user as GDPR-erased (stopping their data
from distributed further, and deleting it entirely if there are no other
references to it).
password reset).
It can also mark the user as GDPR-erased. This means messages sent by the
user will still be visible by anyone that was in the room when these messages
were sent, but hidden from users joining the room afterwards.
The api is::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment