I have a browser:resourceDirectory setup in Zope2 and I have: permission="zope2.Public".
what should be changed in order to allow only "Authenticated" users access to the resource directory?
I have a browser:resourceDirectory setup in Zope2 and I have: permission="zope2.Public".
what should be changed in order to allow only "Authenticated" users access to the resource directory?
Copyright © 2021 Jogjafile Inc.
Solved this by creating a new permission
my_permissionand mapped the permission toAuthenticatedrole. Then adding the permission to resourceDirectory likepermission="my_permission"Permission:
resourceDirectory: