From 3b2d21366eeed263f877ecf6c3a478ca6f77eb08 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sat, 14 Jul 2018 11:35:31 -0600 Subject: [PATCH] Update accconfirm.md --- aspnetcore/security/authentication/accconfirm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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