Module settings
All properties start with the adminWebModule.
prefix.
Property | Type | Description | Default |
---|---|---|---|
root-path |
|
Root path for all admin web controllers. All mappings will be relative to this path. |
/admin |
dashboard |
|
Path within the admin web context for the initial dashboard. |
/ |
title |
|
Name of the application to be shown in the administration UI. |
|
access-permissions |
|
Set of permissions that grant access to the administration interface. |
access administration |
locale.default-locale |
|
Default locale that should explicitly be set when accessing the administration interface if no specific locale selected. |
|
locale.options |
|
List of locales that can be selected on the login page. |
|
login.template |
|
View template for the login page. |
th/adminweb/login |
login.rememberMe.enabled |
|
Should remember me be enabled (will only be the case if a key is also configured). |
|
login.rememberMe.key |
|
Key used for creating the remember me cookie. |
|
login.rememberMe.cookie |
|
Name of the remember-me cookie. |
rm-admin-web |
login.rememberMe.tokenValiditySeconds |
|
Number of seconds a remember me token should be valid. |
30 days |