System.Web.Security.Membership.EnablePasswordReset Property

Gets a value indicating whether the current membership provider is configured to allow users to reset their passwords.

Syntax

public static bool EnablePasswordReset { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Password reset is the ability for ASP.NET membership 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. This is especially useful when password format is set to MembershipPasswordFormat.Hashed, as users cannot retrieve hashed password values.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0