lillik/module-disable-registration

Magento 2 Disable Registration

1.0.0 2020-05-30 20:26 UTC

This package is auto-updated.

Last update: 2024-08-29 05:30:54 UTC


README

Introduction

The «Disable Registration» Magento 2 extension allows a store administrator to disable functionality of customer registration in the store.

alt text

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.

alt text

Replace Customer Registration form with Contact Us button.

alt text

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

alt text

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.

TODO