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.
Processes a request to update the password question and answer for a membership user.

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

Syntax

C#Copy imageCopy Code
public override bool ChangePasswordQuestionAndAnswer(
	string username,
	string password,
	string newPasswordQuestion,
	string newPasswordAnswer
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function ChangePasswordQuestionAndAnswer ( _
	username As , _
	password As , _
	newPasswordQuestion As , _
	newPasswordAnswer As  _
) As 

Parameters

username
String
The user to change the password question and answer for.
password
String
The password for the specified user.
newPasswordQuestion
String
The new password question for the specified user.
newPasswordAnswer
String
The new password answer for the specified user.

Return Value

true if the password question and answer are updated successfully; otherwise, false.

See Also

Advanced