MinPasswordLength (AUsers)

 Returns or sets the minimum length of a password.

Syntax

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.

Example

The following example sets the minimum password length to be 8:

users.MinPasswordLength=8

Applies to

AUsers

See Also

AUser, Users