UserOptions.RequireUniqueEmail Property
Definition
Gets or sets a flag indicating whether the application requires unique emails for its users. Defaults to false.
public:
property bool RequireUniqueEmail { bool get(); void set(bool value); };
public bool RequireUniqueEmail { get; set; }
member this.RequireUniqueEmail : bool with get, set
Public Property RequireUniqueEmail As Boolean
Property Value
True if the application requires each user to have their own, unique email, otherwise false.