chore: update password compliance policy to minimum length 6

This commit is contained in:
2025-05-13 15:39:45 +10:00
parent ff37e37568
commit c8f55404c1
2 changed files with 195 additions and 169 deletions

View File

@ -6,7 +6,7 @@
"passwordBlockSimple": true,
"passwordRequiredToUnlockFromIdle": false,
"passwordRequiredType": "numeric",
"passwordMinimumLength": 8,
"passwordMinimumLength": 6,
"passwordExpirationDays": null,
"passwordPreviousPasswordBlockCount": null,
"passwordMinimumCharacterSetCount": null,