See who changed attributes on a file/folder
Last Post 03/05/2019 1:36 PM by Peter Donker. 1 Replies.
Author Messages
BartS
New Member
New Member
Posts:12


--
02/03/2016 11:41 PM
I've have a site where one of the sub folder had it's permissions updated but the user checked the 'Unify permissions on children' so it over wrote the permissions on all sub folders for this folder.
I need to find out who did it and when. Is there a way to find that out?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/05/2019 1:36 PM
There is a table in SQL called DMX_Log which logs who did what to which item and when. An extract should appear when you select "properties" on the context menu of the folder.


---