Confluence Docs 2.10 : Hiding the People Directory
This page last changed on Dec 03, 2008 by jlargman.
The People Directory provides a list of all users in your Confluence system. If you need to disable the People Directory set the following system properties on your application server command line:
-Dconfluence.disable.peopledirectory.anonymous=true
-Dconfluence.disable.peopledirectory.all=true These two properties are available in Confluence 2.5.2 and later. To remove the link on the dashboard: Edit the <confluence-install>/confluence/decorators/global.vmd: <!-- <img src="$req.contextPath/images/icons/people_directory_32.gif" align='absmiddle' height="32" width="32"> <b><a class="fontSizeDefault" href="$req.contextPath/peopledirectory.action"> $action.getText("people.directory.title")</a></b><span class="smalltext"> - $action.getText("people.directory.description")</span><br> --> To remove the link in the browse menu:
|
![]() |
Document generated by Confluence on Dec 03, 2008 15:04 |