Skip to content

Commit d5fc398

Browse files
authored
Clarify username/email assumptions (#18035)
1 parent 946cfac commit d5fc398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/authentication/identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [Identity source code](https://github.com/dotnet/AspNetCore/tree/master/src/
2323

2424
Identity is typically configured using a SQL Server database to store user names, passwords, and profile data. Alternatively, another persistent store can be used, for example, Azure Table Storage.
2525

26-
In this topic, you learn how to use Identity to register, log in, and log out a user. For more detailed instructions about creating apps that use Identity, see the Next Steps section at the end of this article.
26+
In this topic, you learn how to use Identity to register, log in, and log out a user. Note: the templates treat username and email as the same for users. For more detailed instructions about creating apps that use Identity, see the Next Steps section at the end of this article.
2727

2828
[Microsoft identity platform](/azure/active-directory/develop/) is:
2929

0 commit comments

Comments
 (0)