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.
- Magento 2.1.x - 2.3.x
- 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
- 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
- Run
composer remove sbodak/magento2-b2b-disable-customer-registration