Closed
Description
Preconditions
- Magento CE 2.2(Headless commerce), MySqlp, PHP V7
- Magento deployed on AWS EC2
Steps to reproduce
- Enter invalid password more than default max limit(probably 6)
- Reset password from admin console or using API for that customer
- Customer receives email notification to reset password
- Customer completes Reset Password and gives new password
- Customer tries to login with new password
- Customer receives error from login API - "You did not sign in correctly or your account is temporarily disabled"
Expected result
- Customer should be allowed to login successfully as Reset Password completed successfully.
Actual result
- Customer receives error "You did not sign in correctly or your account is temporarily disabled" even though new password hash is updated in customer entity
Other Details
I tried to set failure num to 0 in customer_entity and did password reset. Still customer is not allowed to login.