diff --git a/aspnetcore/security/authentication/accconfirm.md b/aspnetcore/security/authentication/accconfirm.md index c091baa28f..63e94af309 100644 --- a/aspnetcore/security/authentication/accconfirm.md +++ b/aspnetcore/security/authentication/accconfirm.md @@ -3,7 +3,7 @@ title: Account confirmation and password recovery in ASP.NET Core author: rick-anderson description: Learn how to build an ASP.NET Core app with email confirmation and password reset. ms.author: riande -ms.date: 2/11/2018 +ms.date: 7/11/2018 uid: security/authentication/accconfirm --- @@ -264,4 +264,4 @@ Enabling account confirmation on a site with users locks out all the existing us * Update the database to mark all existing users as being confirmed. * Confirm exiting users. For example, batch-send emails with confirmation links. -::: moniker-end \ No newline at end of file +::: moniker-end