Returns or sets the minimum length of a password.
Object.MinPasswordLength [ = lMinLen ]
The MinPasswordLength property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AUsers |
AUsers object |
|
lMinLen |
Long |
The minimum length of a password, in characters. |
The following example sets the minimum password length to be 8:
users.MinPasswordLength=8