User

The User module contains all funcationalilty necessary to create users and roles. It also contains the invitation, the login and logout funcationality.

The login and logout functionality has been moved from the DefaultMod module. Work might not be complete. This has to evaluated and the docs have to be updated accordingly.

Configuration Options

Option

Possible Values

Description

Option

Possible Values

Description

security.uniqueMails

true / false

If set to true (the default if the option is omitted) the system checks for unique mails in users.

security.checkPasswordStrength

true / false

If set tot true the system trys to increase password strength by running a few checks on them. It matches passwords with a list of Top X passwords used in dictionary attacks. The default value is false.