Click or drag to resize
GnomonMembershipProviderEnablePasswordReset Property
Indicates whether the membership provider is configured to allow users to reset their passwords.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool EnablePasswordReset { get; }

Property Value

Type: Boolean
true if [enable password reset]; otherwise, false.
See Also