Skip to content

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

License

Notifications You must be signed in to change notification settings

MaxMage/disable-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disable Customer Registration

Module for Magento 2 which provide a possibility disable customer registration on Front End. Create customer from Admin still available

Installation

  1. Go to Magento 2 root directory

  2. Enter following commands to install module:

    composer require maxmage/disable-registration
    

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento module:enable MaxMage_DisableRegistration
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:clean
    

Configuration

  1. Enable the Disable Registration module in Magento Admin under Stores > Configuration > Customers > Disable Registration.

    Enabled module automatically disable customer Registration

    Disable/Enable Customer Registration

Default Magento Customer login page with an ability registration, the result before module activation

Customer Page Login Page before module activation

After activation "Disable Customer Registration" module, for visitors will not available registration block and visit by registration link will be automatically redirected to login page

Customer Page Login Page after module activation

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages