I am using change password wizard to change the password. Is there any method to check whether the entered password and new password are same and if they are same then display an error message? I tried using code but it gives error message and also gives a success message saying that the password has been changed. Is it possible to put some compare validator to check these values?
Share
I got the solution. Instead of using change password template, i used the code
Initially lable1 was enter different current and new passwords.