Gets a value indicating whether the repository is configured to allow users to reset their passwords.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool EnablePasswordReset { get; set; }
Visual Basic
Public Property EnablePasswordReset As Boolean
	Get
	Set

Property Value

Type: Boolean
true the repository supports password reset; otherwise, false.

Remarks

Password reset is the ability for ASP.NET application to replace the current password for a user name with a new, randomly generated password when a user has forgotten their password or the current password is no longer valid.

See Also