cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop 'Company Home' selection in General Pr

gmnnus
Champ in-the-making
Champ in-the-making
I have created users and their permissions are taken out so that when they log in, they will see only their home space. However, when such a user goes to the "User Options", there is  a "General Preferences" section under which the user can select "Company Home" as the "Start Location". What has to be done so that this selection does not show up in the selection list (or drop down list). If a user does select "Comapany Home" as his start location, he cannot log in (because the users are not allowed to access the Company Space). Any help is appreciated. Thanx in advance.
2 REPLIES 2

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

You would probably need to write your own managed bean for this. One that checks if the logged in user has permissions to see the Company Home or Guest Home. If not then exclude the space from the drop down list.

Look at org.alfresco.web.bean.UserPreferencesBean.getStartLocations()

Hope this helps,

–Aladdin

kevinr
Star Contributor
Star Contributor
This issue has been fixed for the next release (also in HEAD SVN now).
http://issues.alfresco.com/browse/AWC-1076

Thanks.

Kevin