PHPackages                             flancer32/mage2\_ext\_login\_as - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. flancer32/mage2\_ext\_login\_as

ActiveMagento2-module[Authentication &amp; Authorization](/categories/authentication)

flancer32/mage2\_ext\_login\_as
===============================

'Login As' module for Magento 2.

0.2.4(6y ago)54.1k1GPL-3.0-onlyPHPPHP ^7.1

Since May 1Pushed 6y ago2 watchersCompare

[ Source](https://github.com/flancer32/mage2_ext_login_as)[ Packagist](https://packagist.org/packages/flancer32/mage2_ext_login_as)[ Docs](https://github.com/flancer32/mage2_ext_login_as)[ RSS](/packages/flancer32-mage2-ext-login-as/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (19)Used By (0)

"Login As Customer" extension for Magento 2.
============================================

[](#login-as-customer-extension-for-magento-2)

Description
-----------

[](#description)

This extension adds ability for backend users (adminhtml) to log in as customers (frontend).

Attention: module version 0.2.x is not compatible with Magento versions before 2.3.x.

```
$ composer require flancer32/mage2_ext_login_as:"^0.1.0"    # for Magento =2.3.x

```

### Features

[](#features)

- Login button on [customer form](etc/dev/docs/screenshots/usage/customer_form/customer_form.md);
- Login links on "[Customers](etc/dev/docs/screenshots/usage/customers/customers.md)" &amp; "[Sale Orders](etc/dev/docs/screenshots/usage/sale_orders/sale_orders.md)" grids;
- Login [events log](etc/dev/docs/screenshots/control/events_log.md);
- [ACL configuration](etc/dev/docs/screenshots/config/acl_config/acl_config.md), [UI Controls](etc/dev/docs/screenshots/config/ui_controls/ui_controls.md) , [Logs Cleanup](etc/dev/docs/screenshots/config/logs_cleanup/logs_cleanup.md)

### Demo

[](#demo)

Login [here](http://loginas.m2.flancer64.com/admin/admin) as:

- user: **fl32\_loginas\_full**
- password: **Ss4N1i1Poq8bOjzbcOWi**

Install
-------

[](#install)

### From console

[](#from-console)

```
$ cd ${DIR_MAGE_ROOT}   // go to Magento 2 root folder ('composer.json' file should be placed there)
$ composer require flancer32/mage2_ext_login_as
$ bin/magento module:enable Flancer32_LoginAs
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
```

### Using 'composer.json'

[](#using-composerjson)

```
  "require": {
    "flancer32/mage2_ext_login_as": "^0.1"
  }
```

### Development version

[](#development-version)

See [here](./etc/dev/docs/develop.md).

Uninstall
---------

[](#uninstall)

You need an authentication keys for `https://repo.magento.com/` to uninstall any Magento 2 module. Go to your [Magento Connect](https://www.magentocommerce.com/magento-connect/customer/account/) account, section (My Account / Connect / Developer / Secure Keys) and generate pair of keys to connect to Magento 2 repository. Then place composer authentication file `auth.json` besides your `composer.json` as described [here](https://getcomposer.org/doc/articles/http-basic-authentication.md) and put your authentication keys for `https://repo.magento.com/` into the authentication file:

```
{
  "http-basic": {
    "repo.magento.com": {
      "username": "...",
      "password": "..."
    }
  }
}
```

Then run these commands to completely uninstall `Flancer32_LoginAs` module:

```
$ cd ${DIR_MAGE_ROOT}
$ bin/magento module:uninstall Flancer32_Repo Flancer32_LoginAs         // *
$ composer remove flancer32/php_data_object
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
```

\* - [this](https://github.com/magento/magento2/commit/16506521b55c41846e4d37e7cdf4a3ba05660a21) fix should be presented in Magento to uninstall multiple modules at once.

Be patient, uninstall process (`bin/magento module:uninstall ...`) takes about 2-4 minutes. Remove `auth.json` file at the end:

```
$ rm ./auth.json
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.3% 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 ~74 days

Recently: every ~131 days

Total

16

Last Release

2226d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6083415?v=4)[F. Lancer, SIA](/maintainers/flancer32)[@flancer32](https://github.com/flancer32)

---

Top Contributors

[![flancer64](https://avatars.githubusercontent.com/u/5052385?v=4)](https://github.com/flancer64 "flancer64 (134 commits)")[![Rancow64](https://avatars.githubusercontent.com/u/30115658?v=4)](https://github.com/Rancow64 "Rancow64 (34 commits)")[![mystix](https://avatars.githubusercontent.com/u/174070?v=4)](https://github.com/mystix "mystix (1 commits)")

### Embed Badge

![Health badge](/badges/flancer32-mage2-ext-login-as/health.svg)

```
[![Health](https://phpackages.com/badges/flancer32-mage2-ext-login-as/health.svg)](https://phpackages.com/packages/flancer32-mage2-ext-login-as)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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