Hola Paula,
AtoM has a very basic audit module, but currently it only exists for archival descriptions. For other record types, there is currently no way for AtoM to track who creates or edits each record.
To enable the audit log for archival descriptions, go to the settings. See:
Keep in mind that this will NOT reveal the history of previously created or edited descriptions. AtoM also cannot know who performs command-line imports, so these actions will not have an associated user in the description change log. However, future creations and edits made via the user interface will be tracked by user. You can see the history of edits on a particular description:
Or an administrator can view all changes made by a particular user:
Additionally, there will now be a user filter available on the Description Updates page:
We hope to add support for other record types in AtoM in a future release. For now, I hope this helps!
In terms of correcting the system time - this is normally done during installation, but you can change the default time zone that AtoM uses by editing the configuration file found at /apps/qubit/config/settings.yml. See:
You can find a list of timezones that PHP supports here:
After making changes to this file, you should clear all caches and restart PHP-FPM after to see the changes. Run the following from AtoM's root installation directory, which is typically /usr/share/nginx/atom if you followed our recommended installation instructions:
- Clear the application cache:
- Restart PHP-FPM: For PHP 7.4 on Ubuntu 20.04 (i.e. AtoM 2.7), use:
- Finally remember that your web browser has its own cache. You might want to clear this, or else test first in an incognito / private browser window, where the cache is typically disabled by default.
Cheers,