Skip to content

eydolan/magento2-disable-customer-registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 disable customer registration

This extension allows you to disable the customer registration in your Magento store.
It can be very useful in cases where Admin wants to create account for customers (B2B) and do not want to show the default Registration form & link on his Magento store

Installation

via composer: cd to your magento webroot

  1. composer config repositories.magento2-disable-customer-registration vcs https://github.com/deved-it/magento2-disable-customer-registration
  2. composer require deved/magento2-disable-customer-registration:dev-master
  3. bin\magento module:enable Deved_DisableRegistration
  4. bin\magento setup:upgrade

Configuration

  1. Open you Magento admin interface and go to stores->configuration->customers->customer configuration
  2. Under the "Create New Account Options" tab you will find the "Disable frontend customer registration" option
  3. Enable this option to activate the plugin

About

A simple module to disable customer registration in Magento 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%