Alphanumeric validation on password field
from the user profile default view, when user changes his password.
I want to implement validation that new password contains alphabets atleast one number and a special character.
Please suggest a way to achieve this.
0