Customizing Alfresco Share 7.4 Login Page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2023 06:57 PM
Hello there,
I would like to customize the header section of the login page of Alfresco Share (I'm using version 7.4.0). In the template file alfresco/site-webscripts/org/alfresco/components/guest/login.get.html.ftl we have
<@markup id="header"> <div class="theme-company-logo"></div> <div class="product-name">${msg("app.name")}</div> <div class="product-tagline">${msg("app.tagline")}</div> <div class="product-community">${msg("app.community")}</div> </@markup>
From what I read in the documentation, overwriting the ftl file is not the recommend way. What would be the preffered way to change this header?
Regards,
Cédric.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 12:51 AM
