Type
magento2-module
Validate user email before registration
magento2-module
proprietary
None
None
None
None
None
None
A Magento 2 module that validate user email before registration
The preferred way to install this extension is through composer.
Go to Magento2 root folder
Enter following commands to install module:
composer require bitixel/module-registrationvalidation
Enter following commands to enable module:
php bin/magento module:enable Bitixel_RegistrationValidation --clear-static-content
php bin/magento setup:upgrade