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 ! |
admResetUserPassword(userName, newPassword)
resetUserPassword(userName, newPassword)
Updates the password for a user. |
Parameter name | Type | Required | Description |
---|---|---|---|
userName | string | Yes | The username of user to change the password for |
newPassword | string | Yes | The password to set |
boolean
The result of operation
boolean result = admResetUserPassword("username","Cx8pKJCMw!"); |