Changes between Version 16 and Version 17 of UserOptInConsent
- Timestamp:
- Jun 4, 2018, 9:45:26 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserOptInConsent
v16 v17 117 117 The registration page will have an additional checkbox that requires a user opt-in to the terms of use. If this is not checked, the account will not be created, and an error shown to the user. Only when the checkbox is checked, will an account be created. A new record will be inserted into the `consent` table, in the same manner as the create_account RPC. 118 118 119 === OPS pages === 120 121 In the ops pages, there is a new 'Manage Consent types' page. Here the admins may add additional consent types, enable/disable them, and set whether or not the consent type should appear in the privacy preferences. Admins may only delete consent types which are not 'protected', meaning they are not created from the BOINC upstream source code. Effectively, non-protected consent types are local to this project. 122 119 123 === Anonymous Accounts === 120 124