This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -318,20 +318,19 @@ Login to the **Admin Magento**, choose `Stores> Configuration> Customer Approval | |
- **Approve**: You want approval when the registered account is in pending status or not approval, please run the following command: | ||
|
||
``` | ||
sudo php bin/magento customer:user:approve --customer-email="email customer" | ||
php bin/magento customer:approve "email customer" | ||
``` | ||
|
||
- Example: `sudo php bin/magento customer:user:approve --customer-email="[email protected]"` | ||
|
||
- Example: `php bin/magento customer:approve email"[email protected]"` | ||
|
||
|
||
- **Not Approve**: | ||
|
||
``` | ||
sudo php bin/magento customer:user:notapprove --customer-email="email customer" | ||
php bin/magento customer:notapprove"email customer" | ||
``` | ||
|
||
- Example: `sudo php bin/magento customer:user:notapprove --customer-email="[email protected]"` | ||
- Example: ` php bin/magento customer:notapprove"[email protected]"` | ||
|
||
|
||
|
||
## Note | ||
|