Update Android password policy and clarify how it works with BYOD (#43374)

This commit is contained in:
Steven Palmesano 2026-04-09 17:29:14 -05:00 committed by GitHub
parent fbdbc06dd6
commit fc370dcd3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
# Android Configuration Profiles
## [Password Policy](password-policy.json)
- This disables pattern and swipe, by only allowing PIN and password locks.
- Google limits how the complexity requirements function on BYOD devices. For BYOD:
- `passwordMinimumLength` set to 8 makes the length requirement for PIN 8, password 6.
- `passwordMinimumLength` set to 6 makes the length requirement for PIN 6, password 4.

View file

@ -1,7 +1,7 @@
{
"passwordPolicies": [
{
"passwordMinimumLength": 6,
"passwordMinimumLength": 8,
"passwordMinimumLetters": 1,
"passwordMinimumSymbols": 1,
"passwordQuality": "COMPLEX",