Login window activation

Hello.I created ext-loginWindows.xml and edited but When I try to run Cuba Application server My Login Window doesn’t come.Deafult login windows is coming.How can I enable my login form

Hi Erhan,

Please check below things

  1. Your ext-loginWindows.xml should have below lines at the top.
<window xmlns="http://schemas.haulmont.com/cuba/window.xsd" class="com.company.scoringsystem.web.login.ExtAppLoginWindow"
        messagesPack="com.company.scoringsystem.web" xmlns:ext="http://schemas.haulmont.com/cuba/window-ext.xsd"
        extends="/com/haulmont/cuba/web/app/loginwindow/loginwindow.xml">
  1. You should have a entry in web-screens.xml for this extended Login screen like below.

<screen id="loginWindow" template="/com/company/scoringsystem/web/login/Login.xml"/>

Thanks,
Hari

It works thanks a lot