Changes between Version 8 and Version 9 of UserOptInConsent
- Timestamp:
- May 1, 2018, 9:10:31 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserOptInConsent
v8 v9 13 13 (to be written) 14 14 15 For Web registration ...15 For Web registration, the login page can provide a terms of service display. 16 16 17 17 == Existing code == … … 45 45 === Project config === 46 46 47 A new project option will be included in `config.xml` for projects, a use_consent_table tag (name TBD). This flag would toggle whether or not the project records the consent of users: basically it would toggle using this new feature.47 A new project option will be included in `config.xml` for projects, a `enable_record_optin_consent` tag. This flag would toggle whether or not the project records the consent of users: basically it would toggle using this new feature. 48 48 49 49 === RPC ===