kiwicommerce/module-admin-activity 1.0.2

Magento 2 - Admin Activity

Type

magento2-module

License

OSL-3.0

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 - Admin Activity by Kiwi Commerce

Overview

  • 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 administrator to revert back the modification.

Installation

  1. Install using Composer

    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      composer require kiwicommerce/module-admin-activity
    • Make sure that composer finished the installation without errors.
  2. Install manually

    • Backup your web directory and database.
    • Download Admin Activity Log installation package from here.
    • Upload contents of the Admin Activity Log installation package to your Magento root directory.
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      php bin/magento module:enable KiwiCommerce_AdminActivity
    • Log out from the backend and log in again.
  • After install 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

Find More details on Kiwi Commerce

Where will it appear in the Admin Panel

Admin Activity Log

Go to System > Admin Activity by KiwiCommerce > 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.


Login Activity

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


Configuration

You need to follow this path. System > Admin Activity by KiwiCommerce > Configuration - General configuration


  • Allow Module Section


Contribution

Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:

  • Creating bug reports, issues or feature requests on Github
  • Submitting pull requests for improvements.

We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!