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.
Finish password recovery by updating the password for the given user.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static <bool> FinishPasswordRecovery(
	 context,
	string emailAddress,
	string recoveryKey,
	string newPassword
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function FinishPasswordRecovery ( _
	context As , _
	emailAddress As , _
	recoveryKey As , _
	newPassword As  _
) As (Of )

Parameters

context
IRenderContext
The context.
emailAddress
String
The user's email address.
recoveryKey
String
The recovery key for the user account.
newPassword
String
The new password.

Return Value

true if the password was successfully updated.

See Also

Advanced