DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

ReferenceΒΆ

  • Extension configuration in the EM

Property

Property:

Data type

Data type:

Description

Description:

Default

Default:

Property

passwordLength

Data type

integer

Description

Sets the minimal length of the password

Default

8

Property

LowercaseChar

Data type

boolean

Description

If set, it checks the password for lowercase characters

Default

True

Property

CapitalChar

Data type

boolean

Description

If set, it checks the password for capital characters

Default

True

Property

Digit

Data type

Boolean

Description

If set, it checks the password for digits

Default

True

Property

SpecialChar

Data type

Boolean

Description

If set, it checks the password for special characters

Default

True

Property

Patterns

Data type

Integer

Description

Sets the amount of fitting patterns

Default

2