cancel
Showing results for 
Search instead for 
Did you mean: 

Default space after login

mouldy63
Champ in-the-making
Champ in-the-making
Hi,

Is it possible to set the space that the user is taken to after they login? Many users aren't interested in what's available in Company Home, & just want to go to a specific space immediately, which takes a number of clicks. I can't see it anywhere in the user configuration screens, so I'm guessing it will require some editing of XML/jsp/java files.

Thanks
1 REPLY 1

ofrxnz
Champ in-the-making
Champ in-the-making
this is found in the web-client-config.xml file and should be over ridden int the tomcat\shared\….\extensions directory in the 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' –>
         <initial-location>myalfresco</initial-location>

i think there may be something else but couldn't find it this go around.

adam