Skip to content

Commit 2cd5873

Browse files
Updated Microsoft.AspNetCore.Identity.UserOptions.RequireUniqueEmail flag XML docs description (#46552)
1 parent 29099b7 commit 2cd5873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Extensions.Core/src/UserOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class UserOptions
2020
/// Gets or sets a flag indicating whether the application requires unique emails for its users. Defaults to false.
2121
/// </summary>
2222
/// <value>
23-
/// True if the application requires each user to have their own, unique email, otherwise false.
23+
/// True if the application requires each user to have their own, unique, not null, not blank email, otherwise false.
2424
/// </value>
2525
public bool RequireUniqueEmail { get; set; }
2626
}

0 commit comments

Comments
 (0)