bitixel/module-registrationvalidation

Validate user email before registration

Maintainers

Package info

github.com/bitixel/magento2-registration-validation

Type:magento2-module

pkg:composer/bitixel/module-registrationvalidation

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.2.0 2018-07-06 20:41 UTC

This package is not auto-updated.

Last update: 2026-03-08 16:16:58 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