I'm playing with Umbraco 7.10.4. I'm specifically testing the GDPR features introduced in 7.9.0 and I'm struggling with the log files. On a post where they explained the new features, it says "More detailed logging of user actions in the back office. The GDPR requires it to be possible to find out who has done what. For instance: "User X has given User Y permission to section Z" - this is now possible in 7.9.0."
I've done different actions (export members info, add users, change user's permissions, add fields to members, etc.) and I don't see info related with that in the log files.
New GDPR logging
Hey all!
I'm playing with Umbraco 7.10.4. I'm specifically testing the GDPR features introduced in 7.9.0 and I'm struggling with the log files. On a post where they explained the new features, it says "More detailed logging of user actions in the back office. The GDPR requires it to be possible to find out who has done what. For instance: "User X has given User Y permission to section Z" - this is now possible in 7.9.0."
I've done different actions (export members info, add users, change user's permissions, add fields to members, etc.) and I don't see info related with that in the log files.
What am I missing?
It's just events that you can hook into.
This package is utilizing these new events and adds dashboards for you to see these actions logged:
https://our.umbraco.org/projects/backoffice-extensions/perplex-security-and-gdpr-package/
Got it. I hadn't seen this events before.
Thanks, Sebastiaan!
Download the package and select "install local" if "install package" from Umbraco retrieves an older version.
is working on a reply...