sbodak / magento2-b2b-disable-customer-registration
This extension allows you to disable customer registration in your Magento 2.
Installs: 14 619
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 14
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.0|^7.1|~8.1.0
This package is not auto-updated.
Last update: 2025-04-03 21:19:23 UTC
README
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.1.x - 2.3.x
Installation details
- Run
composer require sbodak/magento2-b2b-disable-customer-registration
- Run
php bin/magento module:enable Bodak_DisableRegistration
- Run
bin/magento setup:upgrade
- Run
bin/magento clean:cache
Configuration details
- Go to Magento admin panel
- Find option in
Stores > Configuration > Customers > Customer configuration
- Under the
Create New Account Options
tab you will find theDisable frontend customer registration
option Enable
this option to activate the plugin
Module configuration - administration panel
Remove registration form - frontend view
Uninstall
- Run
composer remove sbodak/magento2-b2b-disable-customer-registration