Module settings
All properties start with the userModule. prefix.
Property | Type | Description | Default |
---|---|---|---|
password-encoder |
|
Optional PasswordEncoder instance to be used. Defaults to BCrypt if none is specified. |
|
use-email-as-username |
|
Specifies whether to use the email for login and registration instead of username. |
false |
require-email-unique |
|
Specifies whether the email field is unique, must be true if use-email-as-username is true. |
false |
enable-default-acls |
|
Specifies whether default ACLs should be created via interceptors, such as for Groups. Only relevant if SpringSecurityAclModule is active. |
false |
user-label-expression |
|
SpEL expression to apply on the |
label |