Skip to content

Commit 5568953

Browse files
committed
fixed acro
1 parent 9648609 commit 5568953

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/authentication/howto-sspr-authenticationdata.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Pre-populate contact information for self-service password reset
3-
description: Learn how to pre-populate contact information for users of Microsoft Entra self-service password reset (SSPR) so they can use the feature without completing a registration process.
2+
title: Prepopulate contact information for self-service password reset
3+
description: Learn how to prepopulate contact information for users of Microsoft Entra self-service password reset (SSPR) so they can use the feature without completing a registration process.
44

55
services: active-directory
66
ms.service: active-directory
@@ -16,11 +16,11 @@ ms.reviewer: tilarso
1616
ms.collection: M365-identity-device-management
1717
ms.custom: has-azure-ad-ps-ref
1818
---
19-
# Pre-populate user authentication contact information for Microsoft Entra self-service password reset (SSPR)
19+
# Prepopulate user authentication contact information for Microsoft Entra self-service password reset (SSPR)
2020

2121
To use Microsoft Entra self-service password reset (SSPR), authentication information for a user must be present. Most organizations have users register their authentication data themselves while collecting information for MFA. Some organizations prefer to bootstrap this process through synchronization of authentication data that already exists in Active Directory Domain Services (AD DS). This synchronized data is made available to Microsoft Entra ID and SSPR without requiring user interaction. When users need to change or reset their password, they can do so even if they haven't previously registered their contact information.
2222

23-
You can pre-populate authentication contact information if you meet the following requirements:
23+
You can prepopulate authentication contact information if you meet the following requirements:
2424

2525
* You have properly formatted the data in your on-premises directory.
2626
* You have configured [Microsoft Entra Connect](../hybrid/connect/how-to-connect-install-express.md) for your Microsoft Entra tenant.
@@ -122,7 +122,7 @@ Get-MgUser -UserId '[email protected]' | Select businessPhones, mobilePhone, other
122122

123123
## Next steps
124124

125-
Once authentication contact information is pre-populated for users, complete the following tutorial to enable self-service password reset:
125+
Once authentication contact information is prepopulated for users, complete the following tutorial to enable self-service password reset:
126126

127127
> [!div class="nextstepaction"]
128128
> [Enable Microsoft Entra self-service password reset](tutorial-enable-sspr.md)

0 commit comments

Comments
 (0)