Hello everyone,
I’m using the Passwords app on Nextcloud to manage shared passwords within my team. We would like to track whenever someone exports the shared passwords, so we can monitor such actions for security purposes. However, I haven’t been able to find any log entries related to password export activities.
The log level in config.php
is set to 0 (debug)
, but there’s still no information about export events. Does the Passwords app log this by default, or would we need to implement custom logging to capture these events? If custom logging is needed, could anyone point me to where the export function is located in the code so we can add our own logging?
Any help would be much appreciated!
Thank you in advance!