1. Login page

    Article: AN0002400Updated: 03.03.2019

    You can use your custom logo and a picture including a text on the login page. The picture is defined by the file ...Config\Images\loginbg.jpg and its recommended size is 1261 x 1080. Text displayed in the picture is configured in file ...Config\LoginInfo.html.

    Example: Login page with a custom logo and picture.

    Example of configuration of the file ...Config\LoginInfo.html. You can define a text for each language. Language is determined by the browser settings.

    en-US::
    <div class="caption">
    <h5>Platform for powerful solutions</h5>
    <p>Set off with us for yourney of your future...</p>
    </div>
    ~de-DE::
    <div class="caption">
    <h5>Platform for powerful solutions</h5>
    <p>Set off with us for yourney of your future...</p>
    </div>
    ~cs-CZ::
    <div class="caption">
    <h5>Platforma pro silná řešení</h5>
    <p>Vydejte se s námi na cestu Vaší budoucností...</p>
    </div>

    Choose the picture with regards to Corporate Identity and Branding.

×