Not able to change the password of the user

1
Hi Team, I am working on change password functionality of a user. I am calling a microflow, in which I am retrieving all the login details of user and I am changing an old password with the new password. Also commit and refresh in client is marked as yes. The console has no errors and the application is also running. But only change password fucntionality is not working. Please suggest.
asked
2 answers
1

Looks like the error is coming from the DB for some validation checks (may be unique constraint, password datatype etc). In that case, sometimes I don’t see error in Mendix console. Try to save the same set of data in DB directly using the SQL query to see what is the error.

answered
1

The issue is resolved.

Thanks everyone for help.

answered