Magento – Customer password reset in magento 2: “Something went wrong while resetting customer password”

change-passwordmagento2

I want to change customer password from backend. I clicked on reset password but I am getting error as lik:

Something went wrong while resetting customer password.

Best Answer

Just run below query :

ALTER TABLE customer_entity ADD failures_num SMALLINT( 6 ) NULL DEFAULT '0'; ALTER TABLE customer_entity ADD first_failure NULL DEFAULT '0';