deved / magento2-disable-customer-registration
Disable Customer Registration
Installs: 117 960
Dependents: 0
Suggesters: 0
Security: 0
Stars: 46
Watchers: 7
Forks: 35
Open Issues: 2
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0
- magento/framework: ~100.0|~101.0|~102.0|~103.0|~104.0
- magento/module-customer: ~100.0|~100.1|~100.2|~101.0|~102.0|~103.0|~104.0
This package is auto-updated.
Last update: 2024-11-06 14:49:42 UTC
README
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
composer require deved/magento2-disable-customer-registration
bin/magento module:enable Deved_DisableRegistration
bin/magento setup:upgrade
Configuration
- Open you Magento admin interface and go to stores->configuration->customers->customer configuration
- Under the "Create New Account Options" tab you will find the "Disable frontend customer registration" option
- Enable this option to activate the plugin