Skip to content

Commit 5266b72

Browse files
authored
Update how-to-connect-password-hash-synchronization.md
Emphasize a caveat
1 parent 76b48a2 commit 5266b72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ 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.

0 commit comments

Comments
 (0)