ALM Open Test Architecture API Type Library Version 12.55
ChangePassword Method
The current password before the change.
The new password.
Description
Changes the password for the currently logged in user.
Syntax
Visual Basic
Public Sub ChangePassword( _
   ByVal OldPassword As String, _
   ByVal NewPassword As String _
) 
Parameters
OldPassword
The current password before the change.
NewPassword
The new password.
Remarks

The password can be changed only for the logged on user.

See Also

TDConnection Object  | TDConnection Members