Download the PHP package imi/magento2-customer-activation without Composer

On this page you can find all versions of the php package imi/magento2-customer-activation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-customer-activation

Magento 2 Customer Account Validation

Integration Tests

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.

Fork

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.

Prerequesites

This module requires php 7.4 and at least Magento 2.4.

Installation and Update

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:

Whatever method you choosed, activate the module and then run the following command:

Configuration

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.

Email Templates

Account Activated Confirmation Notification

Sent to the customer upon activation. The following variables are provided:

Admin Notification

Send to the "Sales Representative" after registration/email confirmation. The following variables are provided:

How does it work?

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.


All versions of magento2-customer-activation with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package imi/magento2-customer-activation contains the following files

Loading the files please wait ....