maxmage / disable-registration
Module for Magento 2 module which provide a possibility to disable customer registration on frontend
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
This package is not auto-updated.
Last update: 2025-04-11 03:21:25 UTC
README
Module for Magento 2 which provide a possibility disable customer registration on Front End. Create customer from Admin still available
Installation
-
Go to Magento 2 root directory
-
Enter following commands to install module:
composer require maxmage/disable-registration
Wait while dependencies are updated.
-
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
-
Enable the Disable Registration module in Magento Admin under Stores > Configuration > Customers > Disable Registration.
Enabled module automatically disable customer Registration
Default Magento Customer login page with an ability registration, the result 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