The Home for Magento Excellence

Explore. Discover. Elevate. #magento

378 Modules
228 Ready
139 Need Help
🏆 Leaderboard
Stable v1.0.0

Magento2 B2b Disable Customer Registration

claudioferraro/magento2-b2b-disable-customer-registration

Disables customer registration on the frontend. Removes the registration link and form, useful for B2B stores that manage customer accounts internally.

59
Downloads
Below average
0
GitHub Stars
5mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
3 warnings
PHPStan Level 9

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Magento2 B2b Disable Customer Registration Magento compatibility status badge

README

Loaded from GitHub

Magento 2 - Disable customer registration

About this fork

This module is a fork of sbodak/magento2-b2b-disable-customer-registration. The original module by Bodak is no longer maintained, so I continue development and maintenance here.

Overview

This module enable possibility to disable the customer registration. It can be useful for B2B customers, if we don't want to allow them register by themselves. Extension will remove link to register page and registration form from login page.

Compatibility

  • Magento 2.4.x
  • PHP >=8.0

Installation details

  1. Run composer require claudioferraro/magento2-b2b-disable-customer-registration
  2. Run php bin/magento module:enable ClaudioFerraro_DisableRegistration
  3. Run bin/magento setup:upgrade
  4. Run bin/magento clean:cache

Configuration details

  1. Go to Magento admin panel
  2. Find option in Stores > Configuration > Customers > Customer configuration
  3. Under the Create New Account Options tab you will find the Disable frontend customer registration option
  4. Enable this option to activate the plugin

Module configuration - administration panel

Module configuration - administration panel

Remove registration form - frontend view

Remove registration form

Uninstall

  1. Run composer remove claudioferraro/magento2-b2b-disable-customer-registration

License

MIT License

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.