Reset user's password to a random value and email the user new value.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static void ResetUserPassword(
	string webLogin,
	string passwordAnswer
)
Visual Basic
Public Shared Sub ResetUserPassword ( _
	webLogin As String, _
	passwordAnswer As String _
)
Visual C++
public:
static void ResetUserPassword(
	String^ webLogin, 
	String^ passwordAnswer
)

Parameters

webLogin
Type: System..::..String
WebLogin of the CContactUser to reset password for
passwordAnswer
Type: System..::..String
Answer for password question.

See Also