Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainy234 authored Oct 31, 2019
1 parent 9d01af0 commit bf9d218
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf9d218

Please sign in to comment.