itonomy/module-admin-activity

A continuation of The Admin Activity extension by KiwiCommerce. This extension makes it easy to track all admin activity and revert the modification.

Installs: 43 116

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 1

Forks: 75

Type:magento2-module

1.0.11 2021-03-29 12:28 UTC

This package is auto-updated.

Last update: 2024-04-19 19:08:49 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 administrators 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 itonomy/module-admin-activity
    • Make sure that composer finished the installation without errors.
  • 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.

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.

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 > Login Activity. Here you can See the list of login activity logs.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67

Configuration

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

  • General configuration

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d67656e6572616c2d73656374696f6e2e706e67

  • Allow Module Section

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d616c6c6f772d6d6f64756c652d73656374696f6e2e706e67

Need Additional Features?

Feel free to get make a feature request issue on GitHub

Contribution

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