Setting to disable GDPR on Self Service Portal

It has been added a global setting to disable menu GDPR for all users on Self Service Portal. This settings will hide menus from user interface (similar to when user doesn’t have permissions for something).

Run this command to hide GDPR on SSP:

exec app.spSetGlobalSetting 'DisablePersonalDataProtectionOnSSP', 'true'

Change to 'false' if you want to enable again.