cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Log-in splash screen - Changing to a corporate one

ben00001982
Champ in-the-making
Champ in-the-making
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 thanks
Ben
4 REPLIES 4

aleks_sh
Champ in-the-making
Champ in-the-making
I think Explorer doesn't support themes (but Share does), you should edit scripts directly  
See login.jsp and relogin.jsp

jayjayecl
Confirmed Champ
Confirmed Champ
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.

good luck

ben00001982
Champ in-the-making
Champ in-the-making
Many thanks Aleks and JayJay,

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:

web-client-config.xml
faces-config-jbpm.xml
faces-config-navigation.xml

Once you have done this restart the servermajig and off you go!
Cheers,
Ben

kokila
Champ in-the-making
Champ in-the-making
How to find the 'New User' Screen file, How to change the label 'User name' into 'Login Id' in Alfresco community 5.0