Update password policy configuration profile (#15468)

- Update password policy from 11 characters to 10.
This commit is contained in:
Noah Talerman 2023-12-07 15:18:20 -05:00 committed by GitHub
parent 3ba81e1cf6
commit d22e5f2bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
<key>maxInactivity</key>
<integer>15</integer>
<key>minLength</key>
<integer>11</integer>
<integer>10</integer>
<key>requireAlphanumeric</key>
<true/>
</dict>
@ -38,7 +38,7 @@
<key>PayloadDescription</key>
<string>Configures our Macs to require passwords that are 10 character long</string>
<key>PayloadDisplayName</key>
<string>Enforce password length (11 characters)</string>
<string>Enforce password length (10 characters)</string>
<key>PayloadIdentifier</key>
<string>com.github.erikberglund.ProfileCreator.F7CF282E-D91B-44E9-922F-A719634F9C8E</string>
<key>PayloadOrganization</key>