-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Closed
Copy link
Labels
Fixed in 2.1.xThe issue has been fixed in 2.1 release lineThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
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.
Metadata
Metadata
Assignees
Labels
Fixed in 2.1.xThe issue has been fixed in 2.1 release lineThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed