PHPackages                             mage2pro/backend-login-autocomplete - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mage2pro/backend-login-autocomplete

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mage2pro/backend-login-autocomplete
===================================

The «Backend Login Autocomplete» extension for Magento 2.

1.1.0(3y ago)3453proprietaryHTML

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mage2pro/backend-login-autocomplete)[ Packagist](https://packagist.org/packages/mage2pro/backend-login-autocomplete)[ Docs](https://mage2.pro/t/124)[ RSS](/packages/mage2pro-backend-login-autocomplete/feed)WikiDiscussions master Synced 1mo ago

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

The «[**Backend Login Autocomplete**](https://mage2.pro/t/124)» module for Magento 2 makes the standard Magento 2 backend login form more useful in modern browsers (like Google Chrome).
The module is **free** and **open source**.

The default Magento 2 backend login form behavior in Google Chrome is very odd and is shown below:

[![](https://camo.githubusercontent.com/216936d5d881f9415a21d060846261108a7b941d75795c22f64cf9bdb9b03331/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f653838353436636164323039613866306430303734616139656432646130646539366162316465312e706e67)](https://camo.githubusercontent.com/216936d5d881f9415a21d060846261108a7b941d75795c22f64cf9bdb9b03331/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f653838353436636164323039613866306430303734616139656432646130646539366162316465312e706e67)

As you can see, the behavior is inconsistent: the «**Username**» field is not autocompleted, but the «**Password**» field is autocompleted (sometimes with a wrong value).

The «**Backend Login Autocomplete**» extension makes the backend login form behavior more consistent and configurable. It adds an option to enable or disable autocomplete for the backend login form:

[![](https://camo.githubusercontent.com/e42780c6b0803d7323a22da52882f39f9af683cbee3d69e3a489414fafc8f619/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f353235623261333661663662306362666165653461366636663363366232613334363537343533382e706e67)](https://camo.githubusercontent.com/e42780c6b0803d7323a22da52882f39f9af683cbee3d69e3a489414fafc8f619/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f353235623261333661663662306362666165653461366636663363366232613334363537343533382e706e67)

[![](https://camo.githubusercontent.com/288289e6202c76aad8a3f69655449b8f7a4c3141bf195775675d927af38b8c84/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f396262353237616261626236623664383665643562656532333831323639623266396138386261312e706e67)](https://camo.githubusercontent.com/288289e6202c76aad8a3f69655449b8f7a4c3141bf195775675d927af38b8c84/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f396262353237616261626236623664383665643562656532333831323639623266396138386261312e706e67)

[![](https://camo.githubusercontent.com/b8d53e4474300fb27693830aeda2dcfc81589ca677799fa55439884e8b66668c/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f383231643032396365383237363031326439656633386231373037306533333831353133356362632e706e67)](https://camo.githubusercontent.com/b8d53e4474300fb27693830aeda2dcfc81589ca677799fa55439884e8b66668c/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f383231643032396365383237363031326439656633386231373037306533333831353133356362632e706e67)

Video
-----

[](#video)

How to install
--------------

[](#how-to-install)

[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will:

- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need

### 2. Self-installation

[](#2-self-installation)

```
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/backend-login-autocomplete:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable

```

How to update
-------------

[](#how-to-update)

```
bin/magento maintenance:enable
composer remove mage2pro/backend-login-autocomplete
rm -f composer.lock
composer clear-cache
composer require mage2pro/backend-login-autocomplete:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

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 ~306 days

Recently: every ~555 days

Total

9

Last Release

1234d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ff3ceeca28bb312ef9df517484b80307dae5385affdf9ea2e43e73815792a56?d=identicon)[mage2pro](/maintainers/mage2pro)

---

Top Contributors

[![dmitrii-fediuk](https://avatars.githubusercontent.com/u/83204?v=4)](https://github.com/dmitrii-fediuk "dmitrii-fediuk (76 commits)")

---

Tags

mage2promage2pro-modulemage2pro-module-readymage2pro-module-reusablemagentomagento-extensionmagento2magento2-extensionmagento2-modulemagentobackendautocompletionmagento 2magento extension

### Embed Badge

![Health badge](/badges/mage2pro-backend-login-autocomplete/health.svg)

```
[![Health](https://phpackages.com/badges/mage2pro-backend-login-autocomplete/health.svg)](https://phpackages.com/packages/mage2pro-backend-login-autocomplete)
```

###  Alternatives

[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[mage2pro/currency-format

The «Price Format» extension for Magento 2

215.9k](/packages/mage2pro-currency-format)[magestat/module-facebook-pixel

This extension allows you integrate the Facebook pixel to track your website visitors' actions.

36108.4k](/packages/magestat-module-facebook-pixel)[elgentos/magento2-product-duplicate-images-remove

Magento 2 find duplicate product images from your product list and from this list you can easily remove them by running a command

201.4k](/packages/elgentos-magento2-product-duplicate-images-remove)

PHPackages © 2026

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