vishalaureate/hello-admin

The Admin Activity extension makes it easy to track all admin activity and revert the modification.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2020-04-23 10:12 UTC

This package is auto-updated.

Last update: 2024-03-23 19:55:22 UTC


README

  • 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.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67

  • Page Visit History

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f706167652d76697369742d686973746f72792e706e67

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

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f61637469766974792d6c6f672d736c696465722e706e67

Login Activity

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

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67

Configuration

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

  • General configuration

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d67656e6572616c2d73656374696f6e2e706e67

  • Allow Module Section

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d616c6c6f772d6d6f64756c652d73656374696f6e2e706e67

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!