Password Criteria:
- New password length should be > = 10 characters.
- New password should contain at least one uppercase characters (A through Z).
- New password should contain at least one lowercase characters (a through z).
- New password should contain at least one number (0 through 9).
- New password should contain at least one special character of these only
( !, @, #, $,
&, *, <, >,
?, ~, %, . , , )
- New password should not contain your email address or user name.
- Existing or used passwords should not be used as New password.
- New password should not contain White spaces.