Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation doesn't give enough info on hide_activity_from_users #6874

Open
TheoStefou opened this issue May 24, 2022 · 1 comment
Open
Assignees

Comments

@TheoStefou
Copy link

Looking at this: http://docs.ckan.org/en/latest/maintaining/configuration.html#ckan-hide-activity-from-users

I can't really understand what this field is used for, or rather, what kind of values it receives. I would like to hide all kind of activity from not logged in users, because it compromises the names of the registered users, even if a dataset is public.
Therefore: In order to view the activity stream, a user must be logged in.

Is ckan.hide_activity_from_user the configuration option for this? Is there some keyword (like sysadmin) that refers to "not logged in users"? For example, something like: ckan.hide_activity_from_user = unauthenticated

@amercader amercader self-assigned this May 26, 2022
@Gauravp-NEC
Copy link
Contributor

@TheoStefou @amercader , I did investigation on this issue and found that if ckan.hide_activity_from_user = "user" , then the user will not be able to see his own activities in activity stream. The activity stream is hidden for user itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants