Skip to content

Commit 86d8e2c

Browse files
Merge pull request #44004 from RobdeJong/patch-68
Update how-to-connect-password-hash-synchronization.md
2 parents 76b48a2 + 44a97ab commit 86d8e2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,14 @@ To support temporary passwords in Azure AD for synchronized users, you can enabl
122122

123123
`Set-ADSyncAADCompanyFeature  -ForcePasswordResetOnLogonFeature $true`
124124

125-
Caveat: 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.
125+
> [!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.
126127
127128
> [!CAUTION]
128129
> 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.
129130
130131
> [!NOTE]
131-
> This feature is in Public Preview right now.
132+
> This feature is in public preview right now.
132133
133134
#### Account expiration
134135

0 commit comments

Comments
 (0)