Hi, when i change a user password trought the API, dou you have any technique or mechanism or anyting for check the previous password before change the password by the new? Or that implementation i have to doit myself?
Hi @lorenzo,
welcome to the community.
Why do you want to check the previous password? (It’s not possible)
If it’s about enforcing that the user doesn’t re-use any of the previous x passwords, this can be configured in the password policy settings of the respective database connection (Dashboard > Connections > Database Connections > DB Connection Details > Password Policy
If you then attempt to change to a previously used password, the API should return you a proper error message accordingly.
2 Likes
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.