Changes between Version 6 and Version 7 of GdprCompliance
- Timestamp:
- Oct 2, 2018, 2:15:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GdprCompliance
v6 v7 9 9 == Terms of Use == 10 10 * 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>` 11 12 12 13 == Enable Consent Policies == … … 78 79 BOINC 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. 79 80 81 Also - 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 80 83 === Statistics Exports === 81 84 `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.