fbmd
fbmd

Reputation: 758

Hide folder_contents from unauthenticated users in Plone

I have just noticed that, by default, http://host/yourplonesite/folder/folder_contents will always reveal the contents of a Plone folder.

Is it possible to hide folder/folder_contents from unauthenticated users? (Think Options -Indexes in httpd)

Thanks!

Upvotes: 4

Views: 515

Answers (2)

Geir Bækholt
Geir Bækholt

Reputation: 376

Also worth noting is that the folder contents list will never list any content the user doesn't otherwise have permission to see.

Upvotes: 4

user2665694
user2665694

Reputation:

This controlled by the "List folder contents" permission. You should adjust the related workflow - in particular the permission-role mapping maintained by workflows.

Upvotes: 6

Related Questions