Skip to content

Commit 44a97ab

Browse files
Update how-to-connect-password-hash-synchronization.md
Minor edits
1 parent 5266b72 commit 44a97ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/hybrid/how-to-connect-password-hash-synchronization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ To support temporary passwords in Azure AD for synchronized users, you can enabl
123123
`Set-ADSyncAADCompanyFeature  -ForcePasswordResetOnLogonFeature $true`
124124

125125
> [!NOTE]
126-
> Forcing a user to change their password on next logon requires a password change at the same time. AD Connect will not pick up the force password change flag by itself, it is supplemental to the detected password change that occurs during password hash sync.
126+
> Forcing a user to change their password on next logon requires a password change at the same time. AD Connect will not pick up the force password change flag by itself; it is supplemental to the detected password change that occurs during password hash sync.
127127
128128
> [!CAUTION]
129129
> If you do not enable Self-service Password Reset (SSPR) in Azure AD users will have a confusing experience when they reset their password in Azure AD and then attempt to sign in in Active Directory with the new password, as the new password isn’t valid in Active Directory. You should only use this feature when SSPR and Password Writeback is enabled on the tenant.
130130
131131
> [!NOTE]
132-
> This feature is in Public Preview right now.
132+
> This feature is in public preview right now.
133133
134134
#### Account expiration
135135

0 commit comments

Comments
 (0)