Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.91 KB

File metadata and controls

47 lines (34 loc) · 1.91 KB

Magento 2 Module - Disable Registration

Overview

This is a private module and is not currently aimed at public usage.

The Augustash_DisableRegistration module allows an admin to configure the disabling of frontend customer registration per website.

Installation

Via Composer

Install the extension using Composer from our development package repository:

composer require augustash/module-disable-registration
bin/magento module:enable --clear-static-content Augustash_DisableRegistration
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for Magento 2 modules.

License

This module is licensed under the MIT.