Reset password: Prevent to type existing password

0
Hi all   When user tries to reset their password: Is there a way to prevent user to put same password as the current password?   Regards, Anahit 
asked
2 answers
0

Hi Anahit Pahlevanyan,

You can try Verifypassword JavaAction from the system module which is by default present in your mendix projects. 

 

or 

You can also have a look at this Forum link : https://forum.mendix.com/link/space/other/questions/8351

Might get some idea!!

 

ATB

answered
0

Can you verify the hashed password with the current password?

 

Or, you let the user fill in his/her current password and validate the new password against the current password. If those input fields are the same, throw an error.

answered