BBjAPI::changePassword

Description

In BBj 7.0 and higher, this method changes the password for a given user.

Syntax

Return Value

Method

void

changePassword(string userName, string oldPassword, string newPassword)

Parameters

Variable

Description

newPassword

The new password.

oldPassword

The old password.

userName

The user name for whom the password is to be changed.

Return Value

None.

Remarks

None.

Example

BBjAPI().changePassword("AUser", "oldPassword", "newPassword")

See Also

BBjAPI

BBjAPI::clearCustomEventCallback

BBjEvent

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.