PHPackages                             lillik/module-disable-registration - 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. lillik/module-disable-registration

ActiveMagento2-module

lillik/module-disable-registration
==================================

Magento 2 Disable Registration

1.0.0(5y ago)02.5k↓50%Apache-2.0PHP

Since May 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lillik/magento2-disable-registration)[ Packagist](https://packagist.org/packages/lillik/module-disable-registration)[ RSS](/packages/lillik-module-disable-registration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### Introduction

[](#introduction)

The **«Disable Registration»** Magento 2 extension allows a store administrator to disable functionality of customer registration in the store.

[![alt text](https://camo.githubusercontent.com/f2626cb90433feb8e6e97eed39cd38cb5379a3aecfabb723fde69b2bc5d224ee/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34372d30372e706e67 "Magento 2 Extension Disable Customer Registration")](https://camo.githubusercontent.com/f2626cb90433feb8e6e97eed39cd38cb5379a3aecfabb723fde69b2bc5d224ee/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34372d30372e706e67)

The extension allow you to replace in the store the customer **Register** button with the **Contact Us** button with a message.

### What can the extension do for your store?

[](#what-can-the-extension-do-for-your-store)

###### Disable Customer Registration, and remove Customer Registration form.

[](#disable-customer-registration-and-remove-customer-registration-form)

[![alt text](https://camo.githubusercontent.com/7cdf38818bcf4769a94bfd357ec2e6927a9cbbdd45fb4e7a5b8b9e0fa5157729/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34372d33372e706e67 "Magento 2 Extension Disable Customer Registration")](https://camo.githubusercontent.com/7cdf38818bcf4769a94bfd357ec2e6927a9cbbdd45fb4e7a5b8b9e0fa5157729/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34372d33372e706e67)

###### Replace Customer Registration form with **Contact Us** button.

[](#replace-customer-registration-form-with-contact-us-button)

[![alt text](https://camo.githubusercontent.com/55dd6bfef34d388ea6341e4c470b1a2b2cab18b413c555aebe534e62dbb59e9f/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34392d31392e706e67 "Magento 2 Extension Disable Customer Registration")](https://camo.githubusercontent.com/55dd6bfef34d388ea6341e4c470b1a2b2cab18b413c555aebe534e62dbb59e9f/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34392d31392e706e67)

### Features

[](#features)

- Disable customer registration form.
- Support multiple store websites.
- Disable access to direct url for account creation in store.
- Replace in the store the customer **Register** button with the **Contact Us** button.

### Installation

[](#installation)

The preferred way of installing **lillik/module-disable-registration** is through Composer. Simply add **lillik/module-disable-registration** as a dependency:

```
composer require lillik/module-disable-registration
```

Install and Enable Module:

```
php bin/magento module:enable Lillik_DisableRegistration
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
php bin/magento cache:clean
```

### Configuration

[](#configuration)

```
Stores -> Configuration -> Customer -> Customer Configuration -> Create New Account Options

```

[![alt text](https://camo.githubusercontent.com/f2626cb90433feb8e6e97eed39cd38cb5379a3aecfabb723fde69b2bc5d224ee/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34372d30372e706e67 "Magento 2 Extension Disable Customer Registration")](https://camo.githubusercontent.com/f2626cb90433feb8e6e97eed39cd38cb5379a3aecfabb723fde69b2bc5d224ee/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64686f326239756b622f696d6167652f75706c6f61642f76313539303836363230392f64697361626c652d726567697374726174696f6e2f53637265656e73686f745f323032302d30352d33305f32312d34372d30372e706e67)

### Contribution

[](#contribution)

If you have any issues, please [contact me](https://twitter.com/clipro) or open a bug report in GitHub's issue tracker.

### License

[](#license)

The code is licensed under [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

### TODO

[](#todo)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2179d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b144cecdd6c2e3f77470139d0d49bc622ca49e80b5b973fecc32f834492d9461?d=identicon)[lillik](/maintainers/lillik)

---

Top Contributors

[![lillik](https://avatars.githubusercontent.com/u/1754541?v=4)](https://github.com/lillik "lillik (2 commits)")

---

Tags

magento2

### Embed Badge

![Health badge](/badges/lillik-module-disable-registration/health.svg)

```
[![Health](https://phpackages.com/badges/lillik-module-disable-registration/health.svg)](https://phpackages.com/packages/lillik-module-disable-registration)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[smile/module-debug-toolbar

Smile Debug Toolbar

146247.6k2](/packages/smile-module-debug-toolbar)[lillik/magento2-price-decimal

Magento 2 Price Decimal Precision

111147.5k](/packages/lillik-magento2-price-decimal)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1856.7k](/packages/myparcelnl-magento)

PHPackages © 2026

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