Changes between Version 10 and Version 11 of UserOptInConsent


Ignore:
Timestamp:
May 3, 2018, 1:33:08 PM (6 years ago)
Author:
skwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserOptInConsent

    v10 v11  
    99When 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.
    1010
    11 For account managers...
     11For 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.
    1212
    13 (to be written)
    14 
    15 For Web registration, the login page can provide a terms of service display.
     13For 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.
    1614
    1715== Existing code ==