This function will: <list> <item>Generate a strong password, respecting the Global Settings minimum password length and exclusion of confusing letters.</item> <item>Set the 'Force Client to change their Web Password the next time they sign in?' option to True.</item> <item>Reset any configured MFA details.</item> <item>Clear any lockout status.</item> </list>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| clientId | String | The Client Id to generate the temporary password for. | ||
| password | String | ByRef | The generated password. |
A Boolean value indicating success.