Update accconfirm.md
parent
9073c566c1
commit
3b2d21366e
|
@ -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
|
||||
::: moniker-end
|
||||
|
|
Loading…
Reference in New Issue