BBjAdmin::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 newPassword)

Parameters

Variable

Description

newPassword

The new password.

userName

The username for whom the password is to be changed.

Return Value

None.

Remarks

None.

Example

Admin! = BBjAPI().getAdmin("adminName", "adminPassword")
Admin!.changePassword("AUser", "newPassword")

See Also

BBjAPI

BBjAdmin

BBjAdminEnvironment

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