Home

Awesome

This module was initially developed by by KiwiCommerce. The original repository has been archived and this is just a [long term] fork. No new features are planned, but if someone wants to improve the module, pull requests are welcome.

Magento 2 - Admin Activity

Installation

  1. Composer Installation

    • Navigate to your Magento root folder<br /> cd path_to_the_magento_root_directory
    • Then run the following command<br /> composer require catgento/module-admin-activity
    • Make sure that composer finished the installation without errors.
  2. Command Line Installation

    • Backup your web directory and database.
    • Download the latest Cron Scheduler installation package kiwicommerce-admin-activity-vvvv.zip here
    • Navigate to your Magento root folder<br /> cd path_to_the_magento_root_directory<br />
    • Upload contents of the Admin Activity Log installation package to your Magento root directory
    • Then run the following command<br /> php bin/magento module:enable Catgento_AdminActivity<br />
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Where will it appear in the Admin Panel

Admin Activity Log

Go to System > Admin Activity > Admin Activity. Here you can See the list of admin activity logs and page visit history.

<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/06/admin-activity-history.png"/><br/>

<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/06/page-visit-history.png"/><br/>

By clicking View in each admin activity log, you can see the slider with admin activity log details.

<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/05/activity-log-slider.png"/> <br/>

Login Activity

Go to System > Admin Activity > Login Activity. Here you can See the list of login activity logs.

<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/06/admin-activity-history.png"/><br/>

Configuration

You need to follow this path. System > Admin Activity > Configuration

<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/05/configuration-general-section.png" /> <br/>

<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/05/configuration-allow-module-section.png" /> <br/>