Gets and sets whether the Users's Password can be reset
Namespace: DotNetNuke.Security.MembershipAssembly: 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 |