From bf9d2181f6c4d84aa38e29ea9ebe723c4703cc99 Mon Sep 17 00:00:00 2001 From: Rainy <42835440+Rainy234@users.noreply.github.com> Date: Thu, 31 Oct 2019 09:41:18 +0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a205ba6..87790ef 100755 --- a/README.md +++ b/README.md @@ -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="mageplaza@gmail.com"` - +- Example: `php bin/magento customer:approve email"mageplaza@gmail.com"` - **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="mageplaza@gmail.com"` +- Example: ` php bin/magento customer:notapprove"mageplaza@gmail.com"` + ## Note