Password should not contain username or parts of the user's full name that exceed two consecutive characters
If username= 1Abcd234 password= aBc15 then it should return error like password could not contain any parts of username.
Because "abc1" is present in both password and username.