cancel
Showing results for 
Search instead for 
Did you mean: 

[Newbie] How to remove 'Company Home' from web cli

timotius_pamung
Champ in-the-making
Champ in-the-making
Hi…

I'm new in alfresco and I'd like to ask a question. When I create new user, the new user will always have access to "Company Home". How can I configure my alfresco so that when I creating new user, the new user cannot see "Company Home" link, only "My Home", because I don't want user from one department see other department's documents.

Regards,
Timotius Pamungkas S
4 REPLIES 4

kevinr
Star Contributor
Star Contributor
If you change the Permissions on Company Home so that the user(s) do not have READ permissions on it (using Manage Space Users) then the link will not appear. Or you can change the link by editing this line to:

<a:listItem value="company" label="#{msg.company_home}" rendered="false" />
in /jsp/parts/titlebar.jsp

Thanks,

Kevin

richmitc
Champ in-the-making
Champ in-the-making
Is there a properties file or some such I could change so that #{msg.company_home} returns something other than Company Home?  If so, where?  Thanks.

ribz33
Champ on-the-rise
Champ on-the-rise
You can modify string in i18n files.

look in webclient.properties

richmitc
Champ in-the-making
Champ in-the-making
Thanks!  That worked fine, but it seemed I had to change the English (en) one to get it to.