Select User by

If there are only a few user accounts, selecting the user account using a list box can simplify the login process.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::USERSELECTTYPE

Category

Security

Property is hidden

No

Contained in every configuration by default

No

Schema

Enumeration type

integer

Default value

0

Options

Value

Label

0

List box

1

Text field

JSON Schema

{
    "category": "CATEGORY_SECURITY",
    "default": 0,
    "description": "DESC_USERSELECTTYPE",
    "enum": [
        0,
        1
    ],
    "options": [
        {
            "label": "ENUM_COMBOBOX",
            "value": 0
        },
        {
            "label": "ENUM_TEXTFIELD",
            "value": 1
        }
    ],
    "propertyOrder": 14,
    "type": "integer"
}