Hi
I'm trying to work out how I can set the permissions for a large number of files to be visible to unauthenticated users. I've looked at the table DMX_Permissions and can see that the data for a file this is visible to all users look like this:
5112 1 Administrators 0 VIEW
5112 1 Registered Users 1 VIEW
5112 1 Staff 3 VIEW
5112 1 Full Member 4 VIEW
5112 1 Associate Member 5 VIEW
5112 2 Administrators 0 EDIT
5112 2 Staff 3 EDIT
5112 4 Administrators 0 APPROVE
5112 4 Staff 3 APPROVE
But there is nothing about the unautheticated users. How does DMX know to make a file available to all?
thanks
Gus