Skip to content

Commit 78ab5d3

Browse files
committed
Password expiration notifications are no longer supported
1 parent a558316 commit 78ab5d3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/active-directory-b2c/force-password-reset.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
title: Configure a force password reset flow in Azure AD B2C
33
titleSuffix: Azure AD B2C
44
description: Learn how to set up a forced password reset flow in Azure Active Directory B2C.
5-
65
author: kengaderdus
76
manager: CelesteDG
8-
97
ms.service: azure-active-directory
10-
118
ms.topic: how-to
12-
ms.date: 01/11/2024
9+
ms.date: 10/11/2024
1310
ms.author: kengaderdus
1411
ms.subservice: b2c
1512
ms.custom: b2c-support, has-azure-ad-ps-ref,azure-ad-ref-level-one-done
@@ -160,16 +157,13 @@ Connect-MgGraph -Scopes 'Domain.ReadWrite.All'
160157
$domainId = "contoso.com"
161158
$params = @{
162159
passwordValidityPeriodInDays = 90
163-
passwordNotificationWindowInDays = 15
164160
}
165161
166162
Update-MgDomain -DomainId $domainId -BodyParameter $params
167163
```
168164

169-
> [!NOTE]
170-
> `passwordValidityPeriodInDays` indicates the length of time in days that a password remains valid before it must be changed. `passwordNotificationWindowInDays` indicates the length of time in days before the password expiration date when users receive their first notification to indicate that their password is about to expire.
171-
172-
## Next steps
165+
- `passwordValidityPeriodInDays` is the length of time in days that a password remains valid before it must be changed.
173166

174-
Set up a [self-service password reset](add-password-reset-policy.md).
167+
## Related content
175168

169+
Set up a [self-service password reset](add-password-reset-policy.md).

0 commit comments

Comments
 (0)