Resets a user password into a new password.
public bool ResetPassword(
string username,
string newPassword,
string extraData
)
Function ResetPassword( _
ByVal username As String, _
ByVal newPassword As String, _
ByVal extraData As String _
) As Boolean
bool ResetPassword(
String^ username,
String^ newPassword,
String^ extraData
)
username
A System.String representing the user name to reset it's password.
newPassword
A System.String representing the new password to set for the user.
extraData
User custom data.
true if the user password has been changed to the specified password successfully; otherwise false.
This method should only be used by administrators users
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET