Key-Value Pairs for Password Changes

Key Description Acceptable Values

ChangeTitle%d =%s

Text matched against password change window titles to identify logon requests. %d is replaced with a number, starting at 1, so that multiple windows can be identified for a single password change request.There must be a duplicate WindowTitle entry for each ChangeTitle entry identifying the same window title.

%d = consecutive integers.%s = window title string.

ChgCtrl1 =%d

A control ID used to identify the old password field in a password change request window.

%d = -1; a change request does not require an old password.%d = 1; a change request requires a password, but it will be sent to the application using send keys. If this value is set to 1, IDCtrl, PassKeyCtrl, ChgCtrl2 and ChgCtrl3 must also be set to 1.%d = 2 - 99,999; password change old password control ID value.

ChgCtrl2 =%d

A control ID used to identify the new password field in a password change request window.

%d = -1; a change request does not require an new password.%d = 1; a change request requires a password, but it will be sent to the application using send keys. If this value is set to 1, IDCtrl, PassKeyCtrl, ChgCtrl2 and ChgCtrl3 must also be set to 1.%d = 2 - 99,999; password change new password control ID value.

ChgCtrl3 =%d

A control ID used to identify the confirm new password field in a password change request window.

%d = -1; a change request does not require an confirm new password.%d = 1; a change request requires a password, but it will be sent to the application using send keys. If this value is set to 1, IDCtrl, PassKeyCtrl, ChgCtrl2 and ChgCtrl3 must also be set to 1.%d = 2 - 99,999; password change confirm new password control ID value.

PassPolicy =%s

Identifies which Password Policy Section to associate to this application logon configuration.

%s = AppPassItem%d.%d = consecutive integers.

QuietGenerator =%b

When set, this flag instructs v-GO to service password change requests automatically and not inform the user that a password change request has been serviced.

%b = 0; do not use the quiet generator; use the standard password change process with user intervention (default).%b = 1; use the quiet generator.



Previous | Next