GetUserByPasswordResetToken retrieves a User from the DataStore

Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override UserInfo GetUserByPasswordResetToken(
	int portalId,
	string resetToken
)
Visual Basic
Public Overrides Function GetUserByPasswordResetToken ( 
	portalId As Integer,
	resetToken As String
) As UserInfo

Parameters

portalId
Type: System..::..Int32
The Id of the Portal
resetToken
Type: System..::..String
The password reset token.

Return Value

The User as a UserInfo object

Remarks