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

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