admResetUserPassword
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !
Syntax
admResetUserPassword(userName, newPassword)
Alias
resetUserPassword(userName, newPassword)
Description
Updates the password for a user.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
userName | string | Yes | The username of user to change the password for |
newPassword | string | Yes | The password to set |
Return type
boolean
The result of operation
Example
boolean result = admResetUserPassword("username","Cx8pKJCMw!");
See also