Visual Guard Class Library Documentation

VGMemberShipProvider.EnablePasswordReset Property

Indicates whether the membership provider is configured to allow users to reset their passwords.

public override Boolean EnablePasswordReset {get;}

Property Value

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 method to overwrite their current password with a new, randomly generated password. This property is read-only.

See Also

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace