Changes between Version 30 and Version 31 of UserOptInConsent


Ignore:
Timestamp:
Mar 27, 2019, 8:25:06 AM (5 years ago)
Author:
brevilo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserOptInConsent

    v30 v31  
    1471471. `config.xml` must be updated: add XML `<enable_login_mustagree_termsofuse>1</enable_login_mustagree_termsofuse>` to the `<config>` section.
    148148  * Note: If this config option is **not** set but the other two above it **are set**, the behavior of the site will be as follows. New accounts, whether created from the BOINC client or the Web site, will see a terms-of-use dialog which the user must agree to. However, existing accounts, when they login, are not asked to agree to a terms-of-use.
    149 1. In the web project config file: `html/project/project.inc`, add: `define("TERMSOFUSE_FILE", "../../terms_of_use.txt");` .
     1491. In the web project config file: `html/project/project.inc`, add: `define("TERMSOFUSE_FILE", "../../terms_of_use.txt");`.
     1501. You may optionally enforce that account creation requests via RPC (i.e. by the BOINC client or an account manager) have to state the user's prior consent to the terms of use by enabling `account_creation_rpc_require_consent` in `config.xml`. Please note that this requires the latest BOINC client and server releaeses to work:
     151  * BOINC client version: TBA
     152  * BOINC server version: TBA
    150153
    151154== Consent to statistics exports ==