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: 2017.0.101.17 (2017.0.101.17)

Syntax

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

Property Value

Type: Boolean
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