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

View plugin privacy registry

From MoodleDocs
Revision as of 13:59, 30 May 2018 by German Valero (talk | contribs) (Added link to spanish translation of page)

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.

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.

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 do, but others don't.

Most additional plugins that do 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