lillik / module-disable-registration
Magento 2 Disable Registration
Installs: 750
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2024-10-29 06:05:47 UTC
README
Introduction
The «Disable Registration» Magento 2 extension allows a store administrator to disable functionality of customer registration in the store.
The extension allow you to replace in the store the customer Register button with the Contact Us button with a message.
What can the extension do for your store?
Disable Customer Registration, and remove Customer Registration form.
Replace Customer Registration form with Contact Us button.
Features
- Disable customer registration form.
- Support multiple store websites.
- Disable access to direct url for account creation in store.
- Replace in the store the customer Register button with the Contact Us button.
Installation
The preferred way of installing lillik/module-disable-registration is through Composer. Simply add lillik/module-disable-registration as a dependency:
composer require lillik/module-disable-registration
Install and Enable Module:
php bin/magento module:enable Lillik_DisableRegistration php bin/magento setup:upgrade --keep-generated php bin/magento setup:di:compile php bin/magento cache:clean
Configuration
Stores -> Configuration -> Customer -> Customer Configuration -> Create New Account Options
Contribution
If you have any issues, please contact me or open a bug report in GitHub's issue tracker.
License
The code is licensed under Apache-2.0 License.