Learn Editor: Update password-must-meet-complexity-requirements.md

This commit is contained in:
Aaron Czechowski
2023-06-29 15:49:52 -07:00
parent f7ca38e656
commit 77f81ac8ac

View File

@ -30,11 +30,20 @@ The **Passwords must meet complexity requirements** policy setting determines wh
2. The password contains characters from three of the following categories:
- Uppercase letters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters)
- Lowercase letters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters)
- Base 10 digits (0 through 9)
- Non-alphanumeric characters (special characters): ``(~!@#$%^&*_-+=`|\\(){}\[\]:;"'<>,.?/)``
- Uppercase letters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters).
- Lowercase letters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters).
- Base 10 digits (0 through 9).
- Non-alphanumeric characters (special characters):
```
'-!"#$%&()*,./:;?@[]^_`{|}~+<=>
```
Currency symbols such as the Euro or British Pound aren't counted as special characters for this policy setting.
- Any Unicode character that's categorized as an alphabetic character but isn't uppercase or lowercase. This group includes Unicode characters from Asian languages.
Complexity requirements are enforced when passwords are changed or created.
@ -104,3 +113,4 @@ The use of ALT key character combinations may greatly enhance the complexity of
## Related articles
- [Password Policy](/microsoft-365/admin/misc/password-policy-recommendations)