cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect to a workspace after login

mcheng621
Champ in-the-making
Champ in-the-making
Question:

1. How to redirect to a particular workspace/Folder after user login? Is this could be a configuration issue + a custom jsp page?
2. How to customize the search feature? I meant which xml file and jsp need to be extended?

If anyone can give some information on the relevent links, document or samples will be greatly appreciated.

Thanks.
2 REPLIES 2

jarrett
Champ in-the-making
Champ in-the-making
1. When creating a user you can set their 'My Alfresco' to any space you wish. Users also have the option of choosing where they wish to start each time they log in by changing the 'Start Location' in their profile and settings.

The Security and Authentication Page of the Wiki has more info:
http://wiki.alfresco.com/wiki/Security_and_Authentication#Creating_home_spaces_-_from_1.4_onwards

2. How to customize Advanced Search:
http://wiki.alfresco.com/wiki/Advanced_Search_Custom_Attributes

mcheng621
Champ in-the-making
Champ in-the-making
Thanks for response quickly.

We want to create a custom page and component and user can only  navigate in this particular space and view the contents. They can search files within the space vi custom attributes but all display or search result pages are customized in terms of layout. 

My question is which configuration file to modify to redirect to our custom page which have all our own layout and custom display page after login. What kind of component customization will be involved?