Gets or sets a flag if password recovery will use reset password and will not send an existing password to a user.

Note: This functionality is turned off by default.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool UseResetPasswordOnly { get; set; }
Visual Basic
Public Property UseResetPasswordOnly As Boolean
	Get
	Set
Visual C++
public:
property bool UseResetPasswordOnly {
	bool get ();
	void set (bool value);
}
F#
member UseResetPasswordOnly : bool with get, set

Property Value

Type: Boolean

See Also