Type
magento2-module
This extension allows you to disable customer registration in your Magento 2.
magento2-module
MIT
None
None
None
None
None
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.
composer require sbodak/magento2-b2b-disable-customer-registration
php bin/magento module:enable Bodak_DisableRegistration
bin/magento setup:upgrade
bin/magento clean:cache
Stores > Configuration > Customers > Customer configuration
Create New Account Options
tab you will find the Disable frontend customer registration
optionEnable
this option to activate the plugincomposer remove sbodak/magento2-b2b-disable-customer-registration