PHPackages                             magenizr/magento2-adminuser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. magenizr/magento2-adminuser

ActiveMagento2-module[Admin Panels](/categories/admin)

magenizr/magento2-adminuser
===========================

Identify rarely used admin accounts. It shows you the date and time of the last login as well as failed login attempts.

1.1.0(2w ago)92.6kOSL-3.0PHPPHP ~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0

Since Jul 11Pushed 2w ago2 watchersCompare

[ Source](https://github.com/magenizr/Magenizr_AdminUser)[ Packagist](https://packagist.org/packages/magenizr/magento2-adminuser)[ Patreon](https://www.patreon.com/magenizr)[ RSS](/packages/magenizr-magento2-adminuser/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/1fa6bc5cb221954430ceb4c76f724bcc0154abaab79fbfbf15947121e837465d/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e757365722f76)](https://packagist.org/packages/magenizr/magento2-adminuser) [![Total Downloads](https://camo.githubusercontent.com/dc2dc8af5762e095c246c33f2d304488d4a8164b4c47040ef12f2deea4eae177/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e757365722f646f776e6c6f616473)](https://packagist.org/packages/magenizr/magento2-adminuser) [![Latest Unstable Version](https://camo.githubusercontent.com/b95d9679b16c27f4f6c9d49b1df5825eb5bfbf8533919d5009390e09a20071ef/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e757365722f762f756e737461626c65)](https://packagist.org/packages/magenizr/magento2-adminuser) [![License](https://camo.githubusercontent.com/c7d06fdf9f6ce2c8eb88a6dbac27d43bfcf8f892587aa52b04492cb04fe4fbc9/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e757365722f6c6963656e7365)](https://packagist.org/packages/magenizr/magento2-adminuser) [![PHP Version Require](https://camo.githubusercontent.com/afa3070cd689d04953fee82d78b4159336b0134651dc886c5a3b12a810874bd0/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d61646d696e757365722f726571756972652f706870)](https://packagist.org/packages/magenizr/magento2-adminuser)

Admin User
==========

[](#admin-user)

This module will help you to identify rarely used admin accounts and allow you to disable or delete them directly.

[![Magenizr AdminUser - Backend](https://camo.githubusercontent.com/bc98063c1529a6b7626554fb9b39f7c50dd5f2cc6091eac0ebfa66986d534f8d/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f36362f61322f693879687572516f5f6f2e706e67)](https://camo.githubusercontent.com/bc98063c1529a6b7626554fb9b39f7c50dd5f2cc6091eac0ebfa66986d534f8d/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f36362f61322f693879687572516f5f6f2e706e67)

Business Value
--------------

[](#business-value)

The more admin user accounts are enabled in Magento®, the higher is the risk of getting compromised.

- Disabling rarely used admin accounts will lower the risk of getting compromised.
- It helps your team and client to keep admin user accounts under control.

Features
--------

[](#features)

- It shows rarely used admin user accounts at the beginning on the list.
- Bulk `enable` or `disable` admin accounts.

Usage
-----

[](#usage)

Go to `System > Permissions > User Activity` to see all admin users sorted by the last login date.

System Requirements
-------------------

[](#system-requirements)

- Magento 2.3.x, 2.4.x
- PHP 7.x, 8.x

Installation (Composer 2)
-------------------------

[](#installation-composer-2)

1. Update your composer.json `composer require "magenizr/magento2-adminuser":"^1.1" --no-update`
2. Use `composer update magenizr/magento2-adminuser --no-install` to update your composer.lock file.

```
Updating dependencies
Lock file operations: 1 install, 1 update, 0 removals
  - Locking magenizr/magento2-adminuser (1.1.0)

```

3. And then `composer install` to install the package.

```
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 1 install, 0 update, 0 removals
  - Installing magenizr/magento2-adminuser (1.1.0): Extracting archive

```

4. Enable the module and clear static content.

```
php bin/magento module:enable Magenizr_AdminUser --clear-static-content

```

Installation (Manually)
-----------------------

[](#installation-manually)

1. Download the code.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_AdminUser_1.1.0.tar.gz`.
3. Copy the code into `./app/code/Magenizr/AdminUser/`.
4. Enable the module and clear static content.

```
php bin/magento module:enable Magenizr_AdminUser --clear-static-content

```

Support
-------

[](#support)

If you have any issues with this extension, open an issue on [GitHub](https://github.com/magenizr/Magenizr_AdminUser/issues).

History
-------

[](#history)

===== 1.1.0 =====

- Enforce POST on mass enable/disable actions (HttpPostActionInterface)
- PHP 8.x compatibility: declare all properties, inject DateTimeFactory into helper
- Removed unused constructor dependencies and copy-paste leftovers from UI columns
- Fixed broken CSV quoting in i18n translation files
- Added php version constraint to composer.json
- Normalised copyright headers and URLs to magenizr.com.au

===== 1.0.1 =====

- 2.4.x compatibility tested
- Version removed from module.xml
- Cleanup by following coding standards (EQP, ECG)

===== 1.0.0 =====

- Stable version

License
-------

[](#license)

[OSL - Open Software Licence 3.0](https://opensource.org/licenses/osl-3.0.php)

---

About [Magenizr](https://magenizr.com.au/)
------------------------------------------

[](#about-magenizr)

Built and maintained by [Magenizr](https://magenizr.com.au/) — an Australian [Adobe Commerce &amp; Magento development agency](https://magenizr.com.au/services/adobe-commerce/) based in Bendigo, Victoria. We build custom Magento modules, handle platform migrations, and provide ongoing support for businesses across [Melbourne](https://magenizr.com.au/web-development-melbourne/), Sydney, Brisbane and the DACH region.

- [Our Services](https://magenizr.com.au/services/adobe-commerce/) — Custom modules, migrations, support
- [Book a Free Consultation](https://magenizr.com.au/book/) — 30-minute call, no obligation
- [All Open-Source Modules](https://github.com/magenizr) — Our full collection on GitHub

Über [Magenizr](https://magenizr.com.au/de/)
--------------------------------------------

[](#über-magenizr)

Entwickelt und gepflegt von [Magenizr](https://magenizr.com.au/de/) — einer australischen [Magento &amp; Adobe Commerce Agentur](https://magenizr.com.au/de/services/adobe-commerce/) mit Fokus auf die DACH-Region. Wir entwickeln individuelle Magento-Module, übernehmen Plattform-Migrationen und bieten laufenden Support für Unternehmen in Berlin, Hamburg, München, Frankfurt, Köln, Stuttgart, Düsseldorf, Wien, Graz, Salzburg, Zürich, Basel und Bern.

- [Unsere Leistungen](https://magenizr.com.au/de/services/adobe-commerce/) — Module, Migrationen, Support
- [Kostenlose Erstberatung](https://magenizr.com.au/de/book/) — 30 Minuten, unverbindlich
- [Alle Open-Source-Module](https://github.com/magenizr) — Unsere komplette Sammlung auf GitHub

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~925 days

Total

3

Last Release

14d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36174840?v=4)[Magenizr](/maintainers/magenizr)[@magenizr](https://github.com/magenizr)

---

Top Contributors

[![magenizr](https://avatars.githubusercontent.com/u/36174840?v=4)](https://github.com/magenizr "magenizr (12 commits)")

---

Tags

useractivitybackendadminmagento 2

### Embed Badge

![Health badge](/badges/magenizr-magento2-adminuser/health.svg)

```
[![Health](https://phpackages.com/badges/magenizr-magento2-adminuser/health.svg)](https://phpackages.com/packages/magenizr-magento2-adminuser)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.9M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277299.1k5](/packages/yiister-yii2-gentelella)[magenizr/magento2-resetuibookmarks

This Magento 2 module allows you to reset your UI bookmarks such as state of filters, column positions, grid sorting, pagination and so on.

38226.9k](/packages/magenizr-magento2-resetuibookmarks)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29621.0k3](/packages/sebastienheyd-boilerplate)[kiwicommerce/module-customer-password

Magento 2 - Customer Password

1357.4k](/packages/kiwicommerce-module-customer-password)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
