Customizing the login page
The default login page can be customized by setting the property adminWebModule.login.template to the Thymeleaf template you wish to render. The login controller provides the following model attributes that can be used to customize the template:
Attribute |
Type |
Description |
isLoginPage |
|
Always |
isRememberMeEnabled |
|
Can be used to determine if a remember me checkbox should be rendered. |
localeOptions |
|
Lists the different locale options that should be offered on the login page. |
The default template also shows the application logo. See customizing the logo for more information on how to change the logo for your application.