Changes between Version 10 and Version 11 of UserOptInConsent
- Timestamp:
- May 3, 2018, 1:33:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserOptInConsent
v10 v11 9 9 When using the main BOINC manager to join a project (Add Project), the user is shown a Terms of Use / Porject policy text. S/he must accept the terms of use before the account is created. As part of the account creation process, the date-time of this consent is recorded in the project's database. 10 10 11 For account managers ...11 For account managers, AM can download a site's terms of use from `get_project_config.php`. Then present this to a user. It will be the responsibility of an AM to present the text along with a checkbox for the user to opt-in. (It must not be passive.) The `create_account.php` RPC will be modified slightly for AM to set a consent flag. Additionally, the `am_set_info.php` RPC will be modified to allow AM to update the a user's consent information. 12 12 13 (to be written) 14 15 For Web registration, the login page can provide a terms of service display. 13 For Web registration, the login page can provide the terms of use text. Users will have to accept the terms of use before creating an account. 16 14 17 15 == Existing code ==