We are using a custom database with import flag turned on.
We ran into an issue where a user entered the wrong password too many times during the lazy migration process (so migration never happened). Logs show that user IP was blocked. After that user tries to reset password, but he gets error. The logs shows this error was returned
DB Get user Custom script: please verify the provided email/username or password
Actions that I have taken
I have tested Getuser script for this user, and that returns the profile correctly.
Tried forgot password from another machine (in case it’s just the user IP being the problem)
Also tried the fix mentioned in this thread supposed to be The delete call returned 204, but user is still getting the same error for the Forgot Password.
I tried to create another user with the user’s email, that also returned the same DB Get user Custom Script.
Is there anything else that we could try? Can’t think of anyway I could either delete/clean this user email.