I'm looking at: http://wiki.alfresco.com/wiki/Customising_The_Login_Page, how to make a custom login page in the Explorer Alfresco, putting in /jsp/extension my login.jsp, but I don't know if the instructions are outdated. Anyone who has done that, could tell me if it is how I have to do the custom login? For Version 3.4.
On the other hand when I write: http://127.0.0.1:8080/alfresco, I want to appear my custom login page directly, not the guest user's dashboard, but I don't want locking the guest login (ie continue my "alfresco.authentication.allowGuestLogin = true", and with the active guest user).
as you will be overriding alfresco navigation rules..you need to change contents of faces-config-custom.xml and place this file in META-INF folder of your custom project, export a jar file of this project and place this jar file in WEB-INF/lib
one more navigation rule is required to be overridden and that is <login-page></login-page> in web-client-config.xml
Hello pallavi_jain, and thank you very much for your response. I will to try that. But, any idea about skip the user guest dashboard without lock this user?