Make plugin GDPR compliant
Closed this issue · 3 comments
ilyatregubov commented
Hello,
Since Moodle 3.5 all plugins should be GDPR compliant - they should notify if userdata is stored and provide a way to download/delete it. Is there a work going on for game plugin?
Thanks,
Ilya
bdaloukas commented
Is there any example of another plugin with is GDPR compliant or some documentation on Moodle?
I am making a new version and want to include this feature.
ilyatregubov commented
Hi,
So here is a documentation on privacy API in Moodle - https://docs.moodle.org/dev/Privacy_API
Here is an example of plugin where it has been implemented https://github.com/catalyst/moodle-tool_trigger/
Thanksm
Ilya
bdaloukas commented
Now Game module is GDPR compliant.