Config1_PasswordPolicy

Controls how users' passwords are dealt with. These settings are global and apply to all users on all related sites and servers.

Instances of this class should be obtained using Config1.passwordPolicy.

Properties

PropertyTypeDescription
allowChange Boolean

If enabled, non-Windows users can use the SITE command CPWD to change their password.

minLength Number

The minimum password length.

mustHaveDigit Boolean

If enabled, passwords must contain a digit.

mustHaveMixedCase Boolean

If enabled, passwords must be mixed-case.

mustHaveSpecialChar Boolean

If enabled, passwords must contain a special character.

store Boolean

If this option is enabled, passwords for non-Windows users will be stored in encrypted form.

Property Details

allowChange :Boolean

Description:
  • If enabled, non-Windows users can use the SITE command CPWD to change their password. SFTP also has a mechanism permitting the changing of a password (which must be supported by the SFTP client).

If enabled, non-Windows users can use the SITE command CPWD to change their password. SFTP also has a mechanism permitting the changing of a password (which must be supported by the SFTP client).

Type:
  • Boolean

minLength :Number

Description:
  • The minimum password length.

The minimum password length.

Type:
  • Number

mustHaveDigit :Boolean

Description:
  • If enabled, passwords must contain a digit.

If enabled, passwords must contain a digit.

Type:
  • Boolean

mustHaveMixedCase :Boolean

Description:
  • If enabled, passwords must be mixed-case.

If enabled, passwords must be mixed-case.

Type:
  • Boolean

mustHaveSpecialChar :Boolean

Description:
  • If enabled, passwords must contain a special character.

If enabled, passwords must contain a special character.

Type:
  • Boolean

store :Boolean

Description:
  • If this option is enabled, passwords for non-Windows users will be stored in encrypted form. Note that Windows users do not have passwords stored by CompleteFTP in any way. Instead, standard Windows authentication is used.

If this option is enabled, passwords for non-Windows users will be stored in encrypted form. Note that Windows users do not have passwords stored by CompleteFTP in any way. Instead, standard Windows authentication is used.

Type:
  • Boolean