bitixel/module-registrationvalidation

Validate user email before registration

1.2.0 2018-07-06 20:41 UTC

This package is not auto-updated.

Last update: 2024-05-05 07:24:19 UTC


README

A Magento 2 module that validate user email before registration

Installation

The preferred way to install this extension is through composer.

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require bitixel/module-registrationvalidation
  3. Enter following commands to enable module:

    php bin/magento module:enable Bitixel_RegistrationValidation --clear-static-content
    php bin/magento setup:upgrade