<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco Log-in splash screen - Changing to a corporate one in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220051#M173181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think Explorer doesn't support themes (but Share does), you should edit scripts directly&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See login.jsp and relogin.jsp&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2009 09:53:01 GMT</pubDate>
    <dc:creator>aleks_sh</dc:creator>
    <dc:date>2009-08-05T09:53:01Z</dc:date>
    <item>
      <title>Alfresco Log-in splash screen - Changing to a corporate one</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220050#M173180</link>
      <description>Hi.I am just wondering if there is a way of editing the default Alfresco log in splash screen that you get when you navigate to the alfresco server.I have been asked to personalise the log in to match our companys intranet.Many thanksBen</description>
      <pubDate>Wed, 05 Aug 2009 09:31:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220050#M173180</guid>
      <dc:creator>ben00001982</dc:creator>
      <dc:date>2009-08-05T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Log-in splash screen - Changing to a corporate one</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220051#M173181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think Explorer doesn't support themes (but Share does), you should edit scripts directly&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See login.jsp and relogin.jsp&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 09:53:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220051#M173181</guid>
      <dc:creator>aleks_sh</dc:creator>
      <dc:date>2009-08-05T09:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Log-in splash screen - Changing to a corporate one</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220052#M173182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think best practice is to override the navigation-rule about login/logout/relogin actions in faces-config-custom.xml, so that the login page relies in (for example) jsp/extension/custom-login.jsp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then, you can do anything in your custom-login.jsp to make it suite your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I say "best practice" because then you won't edit a "native" Alfresco file (jsp file here), and will be able to get your hands back on it in the future, if needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 16:23:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220052#M173182</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-08-05T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Log-in splash screen - Changing to a corporate one</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220053#M173183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks Aleks and JayJay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have achieved what I was hoping with a combination of your advice! In order to be helpful to others I will outline what I did:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Located the files login.jsp and relogin.jsp&amp;nbsp;&amp;nbsp; –&amp;gt; copied and renamed these files, with the new files being my edited jsp scripts. (something like newlogin.jsp &amp;amp; newrelogin.jsp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the new files locate references to the alfresco image files (alfrescofadedbg.png alfrescologo200.png) and changed these to an image file of my choice&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Place these new image files in the same directory as the alfresco images&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now there are three files which require modification to complete, in each case changing any reference to the old alfresco login.jsps to the new scripts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;web-client-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faces-config-jbpm.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faces-config-navigation.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have done this restart the servermajig and off you go!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:55:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220053#M173183</guid>
      <dc:creator>ben00001982</dc:creator>
      <dc:date>2009-08-06T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Log-in splash screen - Changing to a corporate one</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220054#M173184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to find the 'New User' Screen file, How to change the label 'User name' into 'Login Id' in Alfresco community 5.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 07:42:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-log-in-splash-screen-changing-to-a-corporate-one/m-p/220054#M173184</guid>
      <dc:creator>kokila</dc:creator>
      <dc:date>2014-12-01T07:42:25Z</dc:date>
    </item>
  </channel>
</rss>

