UpdateUserPassword
From EconzExternal
Contents |
Method
UpdateUserPasswordResult updateUserPassword(UserIDBean userID, String userPK, String oldPassword, String newPassword)
Description
Attempts to update an existing user's password to a new password.
Parameters
| Type | Name | Description |
|---|---|---|
| UserIDBean | userID | The admin username and password. |
| String | userPK | The primary key of the user to update. |
| String | oldPassword | The old password of the user. |
| String | newPassword | The new password of the user. |
