magepsycho / magento2-disableregistration

magepsycho/magento2-disableregistration

Magento 2 Disable Customer Registration

magento2-module Compatibility: 2.4.7 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

Magento 2 Disable Customer Registration

Magento 2 Disable Customer Registration

Packagist Version
Packagist Downloads
Supported Magento Versions
License

Overview

Magento 2 Disable Customer Registration extension allows the store owner to disable the customer registration as per store.

By default, customer registration functionality is available on the storefront.
There are cases when the owner wants to disable the registration, where reasons can be any one of the following:

  • Only allow admin to create the customer accounts (B2B)
  • Temporarily block the new customer from placing the orders
  • Use custom registration form for B2B, marketplace users
  • etc.

With this extension, you can completely turn off the registration functionality from the storefront (link to register, registration form, etc.)

Key Features

  • Enable/disable the registration as per store
  • Configure custom message to be displayed on the login page
  • Restrict direct access to registration page (/customer/account/create)

If you need the complete restriction functionality for your store in different ways (disabling registration, requiring customer approval, restricting access to special customers while allowing guest access to certain pages),
you can use Magento 2 Store Restriction Pro Extension

Feature Highlights

Disable Customer Registration

You can configure the settings to enable/disable the customer registration(account creation) option as per store.
Also, you can configure the custom message that will be displayed on the login page.

Once registration option is disabled, this extension will

  • Remove "Create an Account" link from header
  • Remove "Create an Account" button from the login page
  • Display custom message on the login page
  • Restrict direct access to registration page (/customer/account/create)

Magento 2 Disable Customer Registration - Admin Registration Setting

Magento 2 Disable Customer Registration - Customer Login Page

🛠️ Installation

1 Using Composer (Preferred)

composer require magepsycho/magento2-disableregistration

2 Using Modman

modman init
modman clone [email protected]:MagePsycho/magento2-disable-customer-registration.git

3 Using Zip File

  • Download the Extension Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/DisableRegistration/

After installation by either means, activate the extension with following steps

  1. Enable the module
php bin/magento module:enable MagePsycho_DisableRegistration --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > CUSTOMERS > Disable Registration > Manage Settings

Live Demo:

Changelog

Version 1.0.0 (2022-01-22)

  • Initial Release.

Authors

  • Raj KB Twitter Follow

Contributors

Contributors

To Contribute

Any contribution to the development of Magento 2 Disable Customer Registration is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub.

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.0.0 stable Fail Magento 2.4.7 Details 2022-02-23 11:05:40

No dependencies declared

This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Fail di error
2.4.9 Fail di error Fail di error

Code Quality - Static Tests

Checks run directly against the module's source code, independent of any Magento or PHP version: coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity, and a security audit of its declared dependencies. Each runs once.

Static code-quality results
Tool Status Findings Summary
PHPCS Warning 67 67 warnings (ruleset: Magento2) — 48 auto-fixable with phpcbf
PHPMD Warning 5 5 rule violations (UnusedFormalParameter:3, IfStatementAssignment:2)
Cpd Pass 0
Composer validate Info 1 valid; 1 advisory note (composer validate --strict)
Composer audit Pass 0

Code Quality - PHPStan

PHPStan type-checks the module's PHP against a real Magento install (so framework and core-module symbols resolve) at the configured gate level. Because the available symbols differ between releases, it runs separately for each Magento and PHP version. The grid below shows the result for each pairing; select one to see its findings. This never affects compatibility.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 3 3
2.4.8 4 5
2.4.9 5 5

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

More from magepsycho

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.