> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/administration-guide/admin-guide/platform-settings/privacy-settings.md).

# Privacy

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`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## Settings

### `data_protection_officer_email`

**Data protection officer e-mail address**

Email address for the designated data protection officer, displayed in GDPR/privacy sections.

### `data_protection_officer_name`

**Data protection officer name**

Full name of the designated data protection officer, displayed in personal data and privacy pages.

### `data_protection_officer_role`

**Data 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_courses`

**Disable making tool users visible in public courses**

Avoid anyone making the 'users' tool visible in a public course.

*Default: `true`*

### `disable_gdpr`

**Disable 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_list`

**Hide 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).
