-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GDPR tooling: Erasure #820
Comments
element-hq/riot-meta#163 Check for completion. |
element-hq/riot-meta#164 Check for completion. What happens when someone clicks on the deactivate button. What data is actually erased and what lingers? |
element-hq/riot-meta#165 Work-in-progress here: matrix-org/synapse#4720 |
element-hq/riot-meta#166 WIP (see issue) |
element-hq/riot-meta#167 Check for completion. |
element-hq/riot-meta#168 Check for completion. Seems related to several other issues. |
element-hq/riot-meta#169 Check for completion. Likely related to other issues. |
element-hq/riot-meta#175 Check for completion? Or possibly duplicate? |
element-hq/riot-meta#176 Check for completion. |
element-hq/riot-meta#178 Check for completion. Likely a duplicate or has overlap with another issue. |
element-hq/riot-meta#194 Check for completion. |
|
We have been made aware that customers are requesting GDPR tooling around deletion.
|
There is a discussion currently happening of concerns around PII linked to the MX ID and the benefit of some kind of pseudomisation. CC @simaddis What are the current technical limitations within synapse around deletion. Why are these the case and what would happen if the mxID were removed. Would any of the new tooling eg auditbots break if mxID is removed, pseudomised or deleted? |
Your use case
GDPR lists the right to deletion / erasure. We are not adequately allowing for users and customers to enact this right.
There are many places where 'deletion' of user content could be done better. Including federation of redactions.
The Admin API on account deletions https://matrix-org.github.io/synapse/develop/admin_api/user_admin_api.html#deactivate-account
Steps towards GDPR compliance
For Individual on Matrix: Self serve erasure Tooling
Customers Tooling
Education Documentation
Additional context
Currently you can deactivate an account. Deactivating an account does not free up the username, and does not delete user messages, but we do delete all other local user data : Deactivating “(…) 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. 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.” (see Admin API documentation)
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: