cor-kalom/magento2-b2b-disable-customer-registration 1.0.4

This extension allows you to disable customer registration in your Magento 2.

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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.2.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