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.
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
then, you can do anything in your custom-login.jsp to make it suite your needs. 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.
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:
Located the files login.jsp and relogin.jsp –> copied and renamed these files, with the new files being my edited jsp scripts. (something like newlogin.jsp & newrelogin.jsp) 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 Place these new image files in the same directory as the alfresco images
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: