2017 © Pedro Peláez
 

magento2-module disable-registration

Module for Magento 2 module which provide a possibility to disable customer registration on frontend

image

maxmage/disable-registration

Module for Magento 2 module which provide a possibility to disable customer registration on frontend

  • Sunday, February 11, 2018
  • by MaxMage
  • Repository
  • 0 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 100 % Grown

The README.md

Disable Customer Registration

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

Installation

  1. Go to Magento 2 root directory, (*2)

  2. Enter following commands to install module:, (*3)

    composer require maxmage/disable-registration
    

    Wait while dependencies are updated., (*4)

  3. Enter following commands to enable module:, (*5)

    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., (*6)

    Enabled module automatically disable customer Registration, (*7)

    Disable/Enable Customer Registration, (*8)

Default Magento Customer login page with an ability registration, the result before module activation, (*9)

Customer Page Login Page before module activation, (*10)

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, (*11)

Customer Page Login Page after module activation, (*12)

The Versions

11/02 2018

dev-master

9999999-dev

Module for Magento 2 module which provide a possibility to disable customer registration on frontend

  Sources   Download

OSL-3.0

The Requires

  • php 7.0.2|7.0.4|~7.0.6|~7.1.0

 

by MaxMage Core Team

08/02 2018

1.0.0

1.0.0.0

Module for Magento 2 module which provide a possibility to disable customer registration on frontend

  Sources   Download

OSL-3.0

The Requires

  • php 7.0.2|7.0.4|~7.0.6|~7.1.0

 

by MaxMage Core Team