-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Consent: don't ask to agree, just confirm to have read the privacy policy #4185
Conversation
I think you need to agree to it, not just read it... |
To the euoropiean GDPR there is no need to "agree", you only have to confirm to have read. if you have a button to "Agree" you also need a workflow to "disagree" later on, which we don't want to provide. This PR changes the wording to "I confirm to have read the privacy policy" |
@rubo77 is correct. The average home server doesn't have any consent to track because there should be nothing you have to consent to. Art. 7 1 b "Processing shall be lawful only if ... processing is necessary for the performance of a contract to which the data subject is party". Everything that is technically necessary to provide the service needs just information, not consent. Consent needs to be freely given and can be retracted at any time - without terminating the service (Art. 7 GDPR and Recital 43). We are not Facebook or Google, we do not force the user to consent to anything. We can't help the technical necessities though and about them we INFORM. "Consent" and "agree" implies that you store data that is not technically necessary to supply the service, which - I hope - no homeserver does. (Except: Consent to statistics/piwik is tracked in the settings which is correct. Consent to bots - which I personally think needs consent - should be in the settings too but that's not the topic here.) |
…licy Signed-off-by: Ruben Barkow <github@r.z11.de>
First of all, this just changes the fallback form. Clients will show their own wording here in most cases, so the argument is pretty much moot. Secondly: no. If you want to use a homeserver, you must agree to abide by the conditions put in place by the admin of that server. If you don't agree with those conditions, you are welcome not to use the server. If you change your mind later, you are welcome to stop using it. |
This, incidentally, is why there is no support for internationalisation on these forms currently. However, if you'd like to submit a PR which makes it possible to change the forms with configuration, we could consider it. I am not prepared to consider this PR as it stands. |
Some of the wording baked into the underlying impl here reflects our journey towards implementing GDPR compliance - we only settled on deriving legal processing of data through legitimate interest after first thinking we were going to use consent and later provision of contract. So it's true that we don't require consent to process users' data - we just want to be able to demonstrate that our users have been informed of the important caveats regarding their use of this service resulting from the underlying technology. However, the 'agreement' here is actually a single verb representing the user's having read and understood the privacy policy, and having agreed to our terms and conditions (which are separate from the privacy policy and detail how we handle criminal activity, what the service can and can't be used for, etc.). Perhaps we should split the registration/policy flow to allow users to indicate that they have read the privacy policy and agree to the terms and conditions, @ilu33 I'd be interested to know how important you think this is (so we can balance this need sensibly against everything else we're trying to achieve). |
Anyway, in my jurisdiction valid TOS consent requires the split. |
No description provided.