cancel
Showing results for 
Search instead for 
Did you mean: 

How to set 'Company' as default page

mesa2e
Champ in-the-making
Champ in-the-making
Hi,

i need to set "Company" as default start page when the user access to Alfresco. Where can I set this value by default?

Thanks in advance,
Elena.
1 REPLY 1

mesa2e
Champ in-the-making
Champ in-the-making
I've already found it. You have to set the following text on web-client-config-custom.xml:

    <!– The default location to display when the browse screen is first shown –>
    <!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>
     <config>
      <client>   
         <initial-location>companyhome</initial-location>
      </client>
   </config>