Skip to content

Commit 8880422

Browse files
authored
Merge pull request #104672 from neeleshray-msft/patch-13
(AzureCXP) Corrected description in the Password Character Classes
2 parents 4797d10 + c66f198 commit 8880422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/user-flow-password-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Allows you to control the length requirements of the password.
6969
Allows you to control the different character types used in the password.
7070

7171
- **2 of 4: Lowercase character, Uppercase character, Number (0-9), Symbol** ensures the password contains at least two character types. For example, a number and a lowercase character.
72-
- **3 of 4: Lowercase character, Uppercase character, Number (0-9), Symbol** ensures the password contains at least two character types. For example, a number, a lowercase character and an uppercase character.
72+
- **3 of 4: Lowercase character, Uppercase character, Number (0-9), Symbol** ensures the password contains at least three character types. For example, a number, a lowercase character and an uppercase character.
7373
- **4 of 4: Lowercase character, Uppercase character, Number (0-9), Symbol** ensures the password contains all for character types.
7474

7575
> [!NOTE]

0 commit comments

Comments
 (0)