User can able to change the password based on the following criteria
1) Application should enforce Minimum Password length and Lower and Upper cases (min. 8 character password length)
Enforce password complexity including passwords should not contain any portion of user-id
(Alphanumeric with special characters)
We will validate for the following Pattern:
2) Alphanumeric – Combination of characters and number
3) One Capital Letter
4) One Special character
5) Cannot be username