Magento 2 - Admin Activity by Itonomy a continuation of the module by KiwiCommerce
- Easily track every admin activity like add, edit, delete, print, view, mass update etc.
- Failed attempts of admin login are recorded as well. You get access to the user’s login information and IP address.
- Track page visit history of admin.
- Track fields that have been changed from the backend.
- Allow administrators to revert the modification.
- Composer Installation
- Navigate to your Magento root folder
cd path_to_the_magento_root_directory
- Then run the following command
composer require itonomy/module-admin-activity
- Make sure that composer finished the installation without errors.
- Navigate to your Magento root folder
- After installing the extension, run the following command
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
- Log out from the backend and log in again.
Go to System > Admin Activity > Admin Activity. Here you can See the list of admin activity logs and page visit history.
- Page Visit History
By clicking View in each admin activity log, you can see the slider with admin activity log details.
Go to System > Admin Activity > Login Activity. Here you can See the list of login activity logs.
You need to follow this path. System > Admin Activity > Configuration
- General configuration
- Allow Module Section
Feel free to get make a feature request issue on GitHub
- Creating bug reports, issues or feature requests on Github
- Submitting pull requests for improvements.