UpdateUserPassword
From
(Difference between revisions)
Latest revision as of 03:34, 9 June 2005
Contents |
[edit] Method
UpdateUserPasswordResult updateUserPassword(UserIDBean userID, String userPK, String oldPassword, String newPassword)
[edit] Description
Attempts to update an existing user's password to a new password.
[edit] 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. |