Closed
Description
Steps to reproduce
- Install Magento 2.1
- Choose a customer
- edit the customer
- click reset password
Expected result
- send out the password reset email
- ...
Actual result
- See the error message: Something went wrong while resetting customer password.
- [Screenshot, logs]
- ...
The reason I have to reset the customer password is the customer can't request to reset password either.
Second, when saving address via webapi (Magento\Customer\Api\CustomerRepositoryInterface save), if I dont send password, the password is rehashed, the customer can't login with the current password.