Download the PHP
package enrico69/magento2-customer-activation without Composer
On this page you can find all versions of the php package
enrico69/magento2-customer-activation. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor enrico69 Package magento2-customer-activation Short Description This module is designed for Magento 2. It add the possibility for the site owner to manually validate customer accounts at registration. License
MIT
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.
Informations about the package magento2-customer-activation
NO LONGER SUPPORTED
PACKAGE IS ABANDONNED
Magento 2 Customer Account Validation
Status
Last version : 1.4.2 : compatibility for MG2.2.x + bug fixes
Do not use: 1.4.1
Description
This module is designed to add the possibility for the site owner to manually validate customer accounts at registration.
Such feature could be required, for instance, in situation of B to B sales or private sales.
Magento 2.1.6 and before: not tested
Magento 2.1.7 EE OK
Magento 2.1.8 CE OK
Magento 2.2 CE OK
Installation and Update
You can manually download the archive and put its content in the app/code/Enrico69/Magento2CustomerActivation directory or, the most simple (and recommended) way, install it via composer:
Whatever the way you choosed, activate the module and then run the following command:
Configuration
In the back-office, got to Store/Configuration. In the Customers tab, select Customer
Configuration. In the bottom, set Customer account need to be activated by an admin user to true.
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.
At the customer registration, the new customer will be logged-out and a message
will notify it that its account is currently waiting for validation.
On the other side, the site owner will receive an email notifying it.
Until the account is confirmed by the admin, user which created an account AFTER
the installation and the configuration of the module cannot connect.
To make an account active, the site owner has to go to the back office, edit the
customer account an set this value to true: Account is active.
All versions of magento2-customer-activation with dependencies
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 enrico69/magento2-customer-activation contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.