Gets and sets whether the Users's Password can be reset

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

Syntax

C#
[SortOrderAttribute(3)]
public static bool PasswordResetEnabled { get; set; }
Visual Basic
<SortOrderAttribute(3)> 
Public Shared Property PasswordResetEnabled As Boolean
	Get
	Set

Return Value

A Boolean.

See Also