Error description change for duplicate email using Custom DB script

I am using lazy migration to import users from legacy system using the custom DB script. I see a change in the error message coming back when the script is returning a profile having an email id which already exist in the Auth0.

A month back I was getting an error with description as -
DB Login Custom script: email: , is already imported as: .

But now I see the error description to be
DB Login Custom script: please verify the provided email/username or password

Can someone help what can cause change in the error message in Auth0. Looks like this error message is configured in Auth0 and has been change recently?
Thanks

1 Like

We are also seeing this error recently – but we started seeing it when we are trying to update a user’s email directly using the PATCH /api/v2/users/{id} endpoint. Ours reads DB Get user Custom script: please verify the provided email/username or password.,
The new email is not already imported, and just to be sure we sent a DELETE request to /api/v2/connections/{id}/users but are still getting that error.