How to configure a Customized Login Screen on Application startup

Hi,
During CUBA Web Application startup a default Login screen appears with predefined values for username and password.If I want to replace this login screen with my own customized login screen what are the required steps to perform?

Thanks

Hi,
The default username and password can be set or disabled with the following application properties in web-app.properties file:


[url=https://doc.cuba-platform.com/manual-6.5/app_properties_reference.html#cuba.web.loginDialogDefaultUser]cuba.web.loginDialogDefaultUser[/url]
[url=https://doc.cuba-platform.com/manual-6.5/app_properties_reference.html#cuba.web.loginDialogDefaultPassword]cuba.web.loginDialogDefaultPassword[/url]

In order to customise the login screen, you can use the screen template generator provided with CUBA Studio:

  1. Open the GENERIC UI tab on the left-hand navigation panel in Studio
  2. Click New
  3. Select Login window template
  4. Click Create
    The new file ext-loginWindow.xml will be created, and you can modify it in Studio or in IDE.
    For more details please consult the documentation:
    [url=https://doc.cuba-platform.com/manual-6.5/login_screen.html]https://doc.cuba-platform.com/manual-6.5/login_screen.html[/url]