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

Shares personal data with an external system without privacy API implemented #12

Open
mudrd8mz opened this issue May 20, 2020 · 1 comment

Comments

@mudrd8mz
Copy link

The plugin shares sensitive personal data with an external system - username, firstname, lastname, email and maybe others.

  • Is sharing all these details really needed?
  • Of so, then this should be clearly highlighted in the plugin description and declared via the privacy API implementation, so that admins can incorporate it into their privacy policies.

https://docs.moodle.org/dev/Plugin_contribution_checklist#Privacy

@stefanscholz
Copy link
Member

  1. I've explained what the data is used for in What is the token for and how it is worked with? #14
  2. We've replaced username, firstname, lastname and email with only the id (we need a unique identifier in TYPO3)
  3. We've implemented the privacy provider
  4. We've added the information about what data is shared in the appropriate section of the plugin page.

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

No branches or pull requests

2 participants