Skip to content
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

Adjustment to locale for erasure / anonymisation #36

Open
katosdev opened this issue Nov 12, 2023 · 2 comments
Open

Adjustment to locale for erasure / anonymisation #36

katosdev opened this issue Nov 12, 2023 · 2 comments

Comments

@katosdev
Copy link

In:
https://github.com/blomstra/flarum-ext-gdpr/blob/656e9137c708d0459d8e48f31c2fd50ca7dfa38d/resources/locale/en.yml#L146

This may need adjusting to better handle Anonymisation of data in place of deletion.

I propose that a better solution would be to have a dynamic setting:

Where the setting is set to anonymisation (instead of deletion) the text can be:

Requesting anonymisation will remove all personally identifiable information related to your account and randomly generate a new user ID for the post content to be referenced against. Your post history will not be deleted but all references to PII will be removed.

@imorland
Copy link
Member

What about the scenario where anon is the default method, but a forum also allows for deletion too?

Perhaps we should instead come up with a more generic piece of text here, and provide a setting to link to a privacy policy for further information/clarification?

@katosdev
Copy link
Author

What about the scenario where anon is the default method, but a forum also allows for deletion too?

Perhaps we should instead come up with a more generic piece of text here, and provide a setting to link to a privacy policy for further information/clarification?

That’s a good point actually, I hadn’t considered that.
“Anonymise or delete your account:
Dependant on the settings defined by this site, you can request either deletion of your account or the anonymisation of personal data. You can read more about this on our privacy note, located here: [link]”

Perhaps something like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants