Disable per user access/usage statistics

hello,
i have come across Discourse Meta statistics page (on some german discourse) and i think this is not compliant with German DSGVO ( General Data Prodection Regulation) . discussion is still going on…

what makes things worse - it’s even visible without authentification.

i would expect/recommend some global admin option so that

  • user profile information would be hidden with or without authentication
  • user usage statistic would be hidden with or without authentication
    (maybe statistics could be part of profile information)

regards
roland

إعجابَين (2)

You can disable the linked page (/u) using a site setting since 2015:

You can also disable profiles for anons using hide user profiles from public.

3 إعجابات

thank you.

is there a way to hide the user dir/statistics page for unauthenticaed clients only ?

إعجاب واحد (1)

Is it somehow possible to hide the statistics on /u/theUser/summary completely? Of course it can be done by CSS but then, its still “on the page” and just invisible for users (… who don’t know how to use the developer tools to enable the hidden stats again :slight_smile: )

إعجاب واحد (1)

I believe that you’d need a plugin to remove those data from the serializer. I’m not expert at such, but I think you’d need to override that code. It’s the kind of plugin that’s likely to break when the thing you’re overriding changes.

إعجاب واحد (1)

Maybe you want the site setting

* hide user profiles from public

4 إعجابات

This sounds cool. Any hints or a newbie how to get started installing something like this?

إعجاب واحد (1)