Privacy
Last updated
Was this helpful?
Privacy and data-protection (GDPR-style) controls — consent, data export, account deletion requests, and similar.
Access these settings under Administration > Configuration settings > Privacy. This category contains 6 settings, listed below with the title and comment shipped in the platform's settings fixtures (SettingsCurrentFixtures.php).
The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing
config/settings_override.yaml.
data_protection_officer_emailData protection officer e-mail address
Email address for the designated data protection officer, displayed in GDPR/privacy sections.
data_protection_officer_nameData protection officer name
Full name of the designated data protection officer, displayed in personal data and privacy pages.
data_protection_officer_roleData protection officer role
Job title or role of the designated data protection officer, displayed alongside their name in privacy information.
disable_change_user_visibility_for_public_coursesDisable making tool users visible in public courses
Avoid anyone making the 'users' tool visible in a public course.
Default: true
disable_gdprDisable GDPR features
If you already manage your personal data protection declaration to users elsewhere, you can safely disable this feature.
Default: true
hide_user_field_from_listHide fields from users list in course
By default, we show all data from users in the users tool in the course. This array allows you to specify which fields you do not want to display. Only affects main fields (not extra fields).
Last updated
Was this helpful?
Was this helpful?