Build privacy advanced recipe
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3483394. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) Related to !191 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The advanced privacy should be optional and is only required by sites that will allow their users to create accounts on the site. The recipe will provide this functionality:</p> <ul> <li>Configure entity fields by marking those with personal data as sensitive</li> <li>Provide a mechanism that allows authenticated users to request a report about their personal data that's being stored on the site</li> <li>Create such a report and deliver it to the user</li> <li>Provide a mechanism that allows authenticated users to request their personal data being deleted</li> <li>Obfuscate the personal data on request</li> <li>Obfuscate sensitive data during database dumps so that stages or dev environments can work on the basis of sanitized content</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>The module proposed for this recipe is the <a href="https://www.drupal.org/project/gdpr">GDPR module</a>.</p>
issue