PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Resets a user's password to a new, automatically generated password.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public override string ResetPassword(
	string username,
	string answer
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function ResetPassword ( _
	username As , _
	answer As  _
) As 

Parameters

username
String
The user to reset the password for.
answer
String
The password answer for the specified user.

Return Value

The new password for the specified user.

See Also

Advanced