lucid-modules/module-disable-customer-registration

Disables Registration for Magento 2 Customers

dev-master 2023-10-06 06:48 UTC

This package is auto-updated.

Last update: 2025-08-06 10:35:36 UTC


README

Maintainability Test Coverage Known Vulnerabilities

This is a fork of the deved-it/magento2-disable-customer-registration module.

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 require lucid-modules/module-disable-customer-registration
  2. bin/magento module:enable LucidModules_DisableCustomerRegistration
  3. 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