C#
VB
C++
Changes a user password.
public bool ChangePassword(
string username,
string oldpassword,
string newpassword,
string extraData
)
username
A System.String representing the user name.
oldpassword
A System.String representing the user current password.
newpassword
A System.String representing the user new password.
extraData
Custom user data.
true if the user password was changed successfully; otherwise false.