Indicates whether the membership provider is configured to allow users to reset their passwords.

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public override bool EnablePasswordReset { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property EnablePasswordReset As Boolean

Field Value

true if the membership provider supports password reset; otherwise, false. The default is true.

Remarks

This value is defined in the Visual Guard repository and can be modified by editing the password policy in the Visual Guard console.

The value indicates whether users can use the ResetPassword(String, String) method to overwrite their current password with a new, randomly generated password. This property is read-only.

See Also