cancel
Showing results for 
Search instead for 
Did you mean: 

Lock user into home directory

bplatt
Champ in-the-making
Champ in-the-making
is there a way to lokc the user into their home directory or at least force them into their home directory when logging in?
2 REPLIES 2

jpfi
Champ in-the-making
Champ in-the-making
Hi,
you can define the default initial location in your web-client-config-custom.xml:
<config>
   <client>
      <initial-location>userhome</initial-location>
   </client>
</config>

If I got you right, you'd like to limit the users access to their userhome? Then you have to take care that they doesn't have permissions on other spaces…it is simply a task of defining permissions.
Cheers, Jan

bplatt
Champ in-the-making
Champ in-the-making
Thank you.  Hopefully I will get more familiar with all the files and the api.