Password change is required after importing

I am not able to login after importing bulk users.

I checked log message and got a message about password change is required.

this is one of user data that I imported to auth0 database.

[
{:email=>“dev@mc.com”,
:email_verified=>true,
:custom_password_hash=>
{
:algorithm=>“bcrypt”,
:hash=> {:value=>“$2a$04$9aBeY2Hew.IswDDFuASnbeEdSkgA8sS4CJhVA1BBqyYm1iexu2BrC”}
}
}
]

Hi @timothy.mckenzie,

Welcome to the Auth0 Community!

This error can indicate the imported hash does not match the hash that was generated from the submitted password, or the hash is not formed properly.

At first glance, this hash seems formatted properly. How are you creating the hashes? Can you share a code snippet?