Admin::setPassword
Description
In BBj 11.0 and higher, this method sets the password that will be used to obtain user credentials from the end user.
Syntax
| Return Value | Method | 
|---|---|
| void | setPassword(string password) | 
Parameters
| Variable | Description | 
|---|---|
| password | Specifies the password that will be used when obtaining user credentials from the end user. | 
Return Value
None.
Remarks
None.
Example
|  |