Skip to content

Commit 568f800

Browse files
authored
Update concept-password-ban-bad.md
1 parent 49bc8fc commit 568f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/concept-password-ban-bad.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Each of the above passwords does not specifically match the banned password "abc
7474

7575
Substring matching is used on the normalized password to check for the user’s first and last name as well as the tenant name (note that tenant name matching is not done when validating passwords on an Active Directory domain controller).
7676

77-
Example: assume that we have a user Pol that wants to reset their password to “P0l123fb”. After normalization, this password would become “pol123fb”. Substring matching finds that the password contains the user’s first name “Pol”. Even though “P0l123fb” was not specifically on either banned password list, substring matching found “Pol" in the password. Therefore this password would be rejected.
77+
Example: assume that we have a user, Pol, that wants to reset their password to “P0l123fb”. After normalization, this password would become “pol123fb”. Substring matching finds that the password contains the user’s first name “Pol”. Even though “P0l123fb” was not specifically on either banned password list, substring matching found “Pol" in the password. Therefore this password would be rejected.
7878

7979
#### Score Calculation
8080

0 commit comments

Comments
 (0)