iMi-digital
This module is designed for Magento 2. It add the possibility for the site owner to manually validate customer accounts at registration.
This module is designed to add the possibility for the site owner to manually validate customer accounts at registration. This is useful in cases of B2B or private shops.
Because the original module is no longer maintained, this module is a hard fork of enrico69/magento2-customer-activation. We aim to maintain it for php 7.4 compatibility and Magento 2.4+ and add functionality.
This module requires php 7.4 and at least Magento 2.4.
You can manually download the archive and put its content in the app/code/IMI/Magento2CustomerActivation directory or, the simplest (and recommended) way, install it via composer:
composer require imi/magento2-customer-activation
Whatever method you choosed, activate the module and then run the following command:
bin/magento setup:upgrade
bin/magento indexer:reindex
bin/magento cache:clean
In the admin panel, got to Stores > Configuration > Customers > Customer Configuration
.
Open the Create New Account Options
panel and set Customer account need to be activated by an admin user to true
for the stores where you want to enable the module. You may set your own email templates.
Sent to the customer upon activation. The following variables are provided:
Send to the "Sales Representative" after registration/email confirmation. The following variables are provided:
After the activation of the module and once you have set the configuration to require account activation by an admin user, the following process will be followed.