chore: update password compliance policy to minimum length 6
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
"passwordBlockSimple": true,
|
||||
"passwordRequiredToUnlockFromIdle": false,
|
||||
"passwordRequiredType": "numeric",
|
||||
"passwordMinimumLength": 8,
|
||||
"passwordMinimumLength": 6,
|
||||
"passwordExpirationDays": null,
|
||||
"passwordPreviousPasswordBlockCount": null,
|
||||
"passwordMinimumCharacterSetCount": null,
|
||||
|
Reference in New Issue
Block a user