Changes between Version 3 and Version 4 of S3/ConsentTracking
- Timestamp:
- 06/12/19 07:14:39 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/ConsentTracking
v3 v4 13 13 === Consent Options === 14 14 15 ''[tbd]'' 15 The auth_consent_option table holds a short title for each processing type (e.g. "Store my personal data") and an explanation what exactly that means. These two are used to request consent from the user, so formulations may be subject to legal requirements and guidelines. 16 17 Once a user has consented (or declined to consent) to a consent option, title and explanations can no longer be changed. 18 19 If they must be changed, e.g. for legal reasons or because the application has changed with regard to this type of data processing, then a new consent option for this processing type must be created, and the old version be marked as obsolete. Consent recorded for obsolete consent options will no longer be valid, thus, after such a change, the user must be asked for their consent again. 16 20 === Consent Record === 17 21