dbsync_core.enter_user_credentials()

Input form to enter user ID and password.

Syntax

FUNCTION enter_user_credentials(
      ttl STRING,
      uid STRING
  )
  RETURNS INTEGER, STRING, STRING
  1. ttl is the window title.
  2. uid is the default user ID to be displayed.
Returns:
  1. The status.
  2. User ID.
  3. Password.

Usage

Password is returned in clear.