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.
Changes the password of a user in the password recovery process.

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

Syntax

C#Copy imageCopy Code
public bool ChangePasswordFromRecovery(
	string userName,
	string recoveryKey,
	string newPassword
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function ChangePasswordFromRecovery ( _
	userName As , _
	recoveryKey As , _
	newPassword As  _
) As 

Parameters

userName
String
The user name.
recoveryKey
String
The password recovery key.
newPassword
String
The new password.

Return Value

true if successful, otherwise false.

See Also

Advanced