Password should be 8 to 15 characters long and meet the following rules:
- Contain at least one lowercase letter
- Contain at least one uppercase letter
- Contain at least one numeric digit
- Contain at least one special charactor
- No blank spaces
Security PIN should meet the following rules:
- Must be four numeric digits
- Cannot be all the same number
- Ascending or Descending sequences are not allowed (e.g. 1234 or 4321)