BBjAPI::changePassword
Description
In BBj 7.00 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
|
See Also
BBjAPI::clearCustomEventCallback
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.