Content
View differences
Updated by Oliver Günther about 8 years ago
**As** an OpenProject user
**I want** to be asked for consent to storing my data and informed about the privacy policy
**so that** I know what data is stored and what it is used for.
**Implementation Plan**
- store time stamp of consent for each user
- use authentication stage which is triggered for any user (new and existing) if time stamp is not present or out-of-date
- allow configuring a privacy policy date (optional) for privacy policy updates so users will be asked to accept it again
- show consent timestamp in users view for admins
- allow configuration of text and support including links (e.g. to our GDPR page)
- The authentication stage should be configurable (i.e., can be turned off) for on-premise customers where this is not needed.
- The URL that is shown for approval should be configurable
**I want** to be asked for consent to storing my data and informed about the privacy policy
**so that** I know what data is stored and what it is used for.
**Implementation Plan**
- store time stamp of consent for each user
- use authentication stage which is triggered for any user (new and existing) if time stamp is not present or out-of-date
- allow configuring a privacy policy date (optional) for privacy policy updates so users will be asked to accept it again
- show consent timestamp in users view for admins
- allow configuration of text and support including links (e.g. to our GDPR page)
- The authentication stage should be configurable (i.e., can be turned off) for on-premise customers where this is not needed.
- The URL that is shown for approval should be configurable