Customize Login Page Evolution Skin

claudiorouge

Verified User
Joined
Jan 4, 2018
Messages
8
Hi all,
what is the way to customize the login page of evolution skin?
For example add a image instead of text above at login form and adding a text under the form?

in login.html page i don't find the way.

thank you.
Claudio
 
reply

Hi Awd,
thank you for your reply..
there are a way to customize the login page of Evolution Skin?
this: https://demo.directadmin.com:2222/
having the same "effects", background, etc.. of Evolution Skin but with my customization?
in: /usr/local/directadmin/data/templates
in login page of this skin i have only a "javascript" and not for example a input text, css, etc...

HTML:
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8;"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>

        <title>Login</title>

        <link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />

        <meta name="robots" content="noindex,nofollow" />
        <script>
            var tokens = {
                LOST_PASSWORD: "|LOST_PASSWORD|" === "yes",
                TIME: {
                    current: |TIME_SECONDS| * 1000,
                    offset: |ALLOWED_OFFSET| * 1000,
                },
            };
        </script>
    </head>
    <body>
        <!-- Vue root -->
        <div id="login"></div>
        <div id="foot" style="display:none;">
            <script type="text/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default-3.4"></script>
            <script type="text/javascript" src="/assets/vendors.js"></script>
            <script type="text/javascript" src="/assets/login.js"></script>
        </div>
    </body>
</html>

thank you
Claudio
 
In my opinion the only way to do it right is to build your own login page. And if you like the login as it is now, you replicate it and set your own customization.

Otherwise customization will lost when you update the skin.
 
Reply

Hi Awd,
thank you for your reply and help.
i'll create my login page.

have a nice day.
Claudio
 
Back
Top