Hiding the People Directory
Configuring Confluence Security
- Confluence Security Overview and Advisories
- Proxy and HTTPS setup for Confluence
- Configuring Secure Administrator Sessions
- Confluence Cookies
- Using Fail2Ban to limit login attempts
- Securing Confluence with Apache
- Trackback and External Referrers
- Best Practices for Configuring Confluence Security
- Hiding the People Directory
- Configuring Captcha for Spam Prevention
- Hiding External Links From Search Engines
- Configuring Captcha for Failed Logins
- Configuring XSRF Protection
- User Email Visibility
- Anonymous Access to Remote API
- Configuring RSS Feeds
- Preventing and Cleaning Up Spam
On this page
Related content
- No related content found
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:
- To disable the People Directory for anonymous users:
-Dconfluence.disable.peopledirectory.anonymous=true
- To disable the People Directory entirely:
-Dconfluence.disable.peopledirectory.all=true
This workaround will prevent the People directory from appearing on the dashboard, but if you navigate to the profile of a user, and then click on the "People" in the breadcrumb link (Dashboard >> People >> FullName >> Profile) or you go to the URL directly <CONFLUENCE_INSTALL>/browsepeople.action
, you will be able to access the people directory.
To workaround this, set up your Apache webserver in front of Confluence and redirect requests to this URL.
Last modified on Aug 13, 2018
Related content
- No related content found
Powered by Confluence and Scroll Viewport.