Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

kiwicommerce/magento2-admin-activity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
etc
 
 
 
 
 
 

We're not maintaining this extension, if you need any support please contact us at hello@kiwicommerce.co.uk

Magento 2 - Admin Activity 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 administrator to revert the modification.

Installation

  1. Composer Installation

    • 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. 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
      cd path_to_the_magento_root_directory
    • Upload contents of the Admin Activity Log installation package to your Magento root directory
    • Then run the following command
      php bin/magento module:enable KiwiCommerce_AdminActivity
  • 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.

Find More details on KiwiCommerce

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


Need Additional Features?

Feel free to get in touch with us at https://kiwicommerce.co.uk/get-in-touch/

Other KiwiCommerce Extensions

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!