Login Specifics
TMC defines a login as a combination of login ID (user name) and login password. It should have the following characteristics:
- Alphanumeric only with no symbols or punctuation characters.
- Passwords should be case sensitive, left justified, and displayed in asterisks when being entered.
- The login ID and login password field lengths should be a minimum of 10 characters each.
- The application software should fill and pad unused characters with the space characters hexadecimal 20/decimal 32.