All fields are required. Use the rules below for username and password
Instructions
- Sub-account ID is a 7-digit number. Example: 1234567
- Keyword is a case-sensitive alphanumeric value associated with Sub-account ID and can range from 3 to 20 characters. Example: 99TeMp
- A label is required to help identify this account from the various other sub accounts that could be registered under this username. A label must be between 3 and 20 characters in length, but can contain punctuation [ like |!$@^,~.-_/()[]{}:;' ] and spaces.
Example: NorthAccount
Example: North's (Account)
Username Validations
- Allowable characters = abcdefghijklmnopqrstuvwxyz (case insensitive), 0123456789, dot, dash, underscore
- 6 to 12 characters
- first character must be a-z, A-Z, 0-9
- last character must be a-z (case insensitive), 0-9
- cannot be same as password
- one character must be numeric
Password Validation
- Allowable characters = abcdefghijklmnopqrstuvwxyz (case sensitive), 0123456789, underscore
- 6 to 12 characters
- one character must be numeric or underscore in other than the first or last position
- same character cannot occur in three consecutive positions
- cannot be blank
- cannot be same as username
- must differ from Username by at least three positions