Skip to main content
InSource Solutions

TN IT343 Login authentication with the password being echoed.

InSource_Logo_Transparent.png

Description

 

This article from InSource shows you how to enable echo when typing a password for authentication.

  • Author: Chris Cleope
  • Published: 5/24/19
  • Applies to: Intouch

Details

  1. Create a text, and name it whatever you would like. Double click it and choose User Inputs(string)
    1. Tagname = $OperatorEntered
    2. Echo = Yes
    3. Keypad = Yes

clipboard_e020f61766642e38e8a869e1a4fa41897.png

  1. Create another text for the password, and name it whatever you would like. Double click and choose user Inputs(string) again.
    1. Tagname = $PasswordEntered
    2. Echo = Password
    3. Keypad = Yes

clipboard_eed531352246277e6bd2538b1fca666ef.png

  1. Create another text if you want to see the account type.
    1. Value display
    2. String.
    3. $Operator

clipboard_e40e8d226cbcd5e4e86fc92af3a18e3b4.png

  1. Creating a logoff if you want
    1. Create a button and double click it (Touch PushButton)
    2. Select Action
    3. Type: DIM X as Integer
      X = Logoff();

clipboard_e978232c43c62f2bd621ce0fda7311819.png