Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: View plugin privacy registry.

View plugin privacy registry: Difference between revisions

From MoodleDocs
m (Added link to spanish translation of page)
(language cleanup)
Line 1: Line 1:
This (your_server_URL/admin/tool/dataprivacy/pluginregistry.php ) Moodle 3.5 page lists all the installed Moodle (core and additional) plugins and whether they implement the Moodle privacy API.
{{Privacy}}


If a plugin does not implement the Moodle privacy API and stores any personal data, it will not be able to be exported or deleted through Moodle's privacy system.
This page lists all the plugins in Moodle, and identifies whether they comply with the privacy API or not. Any external service is flagged.
 
Any plugins which are flagged with the warning icon do not yet implement the Moodle privacy API. If this plugin stores any personal data it will not be able to be exported or deleted through Moodle's privacy system.


All core Moodle 3.5 plugins do implement the Moodle privacy API. See the clamAV antivirus plugin example below:
All core Moodle 3.5 plugins do implement the Moodle privacy API. See the clamAV antivirus plugin example below:
Line 9: Line 11:




Some 3.5 additional plugins do, but others don't.  
Some 3.5 additional plugins comply, but others don't.  


Most additional plugins that do currently state that "The xxxx plugin does not store any personal data."
Most additional plugins that do comply currently state that "The xxxx plugin does not store any personal data."


[[File:Plugin privacy compliance registry screen additional plugin OK.png|400px]]
[[File:Plugin privacy compliance registry screen additional plugin OK.png|400px]]

Revision as of 22:15, 21 June 2018


This page lists all the plugins in Moodle, and identifies whether they comply with the privacy API or not. Any external service is flagged.

Any plugins which are flagged with the warning icon do not yet implement the Moodle privacy API. If this plugin stores any personal data it will not be able to be exported or deleted through Moodle's privacy system.

All core Moodle 3.5 plugins do implement the Moodle privacy API. See the clamAV antivirus plugin example below:

Plugin privacy compliance registry screen.png


Some 3.5 additional plugins comply, but others don't.

Most additional plugins that do comply currently state that "The xxxx plugin does not store any personal data."

Plugin privacy compliance registry screen additional plugin OK.png

See also

  • This one example and this other of the code changes needed in order to implement null_provider for Privacy API for an additional Moodle 3.5 plugin