Password Policy Requirements:
Password length must be between 8 and 15 characters.
Password must contain at least:• One uppercase alphabet (A–Z)• One lowercase alphabet (a–z)• One digit (0–9)• One special character such as: @ # $ % & * !
Password should not contain the username or email.
Password should not contain common easy patterns such as:• 123456• Password• qwerty
Password should not have more than 3 repeating characters in a row.
New password should not match any of the recently used passwords.
Confirm Password must match the Password exactly.