Changes between Version 6 and Version 7 of GdprCompliance


Ignore:
Timestamp:
Oct 2, 2018, 2:15:36 PM (6 years ago)
Author:
Kevin Reed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdprCompliance

    v6 v7  
    99== Terms of Use ==
    1010 * See [wiki:TermsOfUse this page] for details.
     11 * In the project config file `config.xml`, set **disable_account_creation_rpc** to true (1): `<enable_login_mustagree_termsofuse>1</enable_login_mustagree_termsofuse>`
    1112
    1213== Enable Consent Policies ==
     
    7879BOINC Client GUI: Versions after v6.10.0 show the project's terms-of-use to the user, who must click-through in order to continue and create an account. Thus the create_account RPC has been modified to detect BOINC clients greater than or equal to this version. If the client is greater than or equal to, we assume consent has been given and the database is updated accordingly.
    7980
     81Also - to force users who may not have previously consented to the terms of user, the flag `<enable_login_mustagree_termsofuse>1</enable_login_mustagree_termsofuse>` will cause users who log into the website but who have not yet agreed to the terms of user to be redirected to a page where they will be required to consent in order to continue to use the website.
     82
    8083=== Statistics Exports ===
    8184`STATSEXPORT`, if enabled will only export statistics for users who have consented to having their statistics exported. This consent is disabled by default for each user.