You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Community
Hi team,
We are using dspace 7.6.1(dspace-backend as our code and dspace-ui as docker image) and deployed on gcp kubernetes. I have so many communities and inside that so many nested communities and collections, all are open to read by anonymous users, now we want to revoke read access from anonymous users for all existings and newly communities and collections.
I have found some suggestions from google that I would have to add below properties at dspace.cfg file.
# Disable anonymous read access to collections webui.anonymous.read.collection = false
# Disable anonymous read access to communities webui.anonymous.read.community = false
# Disable anonymous read access to items webui.anonymous.read.item = false
I deploy with above properties but still not working for me. Please help me on same.