Skip to content

This extension allows you to disable customer registration in your Magento 2. Useful feature for B2B store.

License

Notifications You must be signed in to change notification settings

sbodak/magento2-b2b-disable-customer-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 - Disable customer registration

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

  1. Run composer require sbodak/magento2-b2b-disable-customer-registration
  2. Run php bin/magento module:enable Bodak_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 sbodak/magento2-b2b-disable-customer-registration

License

MIT License