C#
VB
C++
Changes a user password.
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.