I’m using Update User API to allow my user to change their password. Once they did that, I can see a “Success Change Password” in Auth0 Log.
Unfortunately the user can’t login with neither their new password or old password.
The workaround would be I locate User by email from Auth0 User module then apply Change Password action.
I had no issue with my staging tenant but not production tenant
I able simulate the issue with staging tenant by perform getTokenInfo (/oauth/token) follow by update user password (/user/id) within a expressjs API call
The reason I do this is to allow user change their password by entering old password follow by new/confirm password.