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