Skip to content

Commit 1f034ef

Browse files
authored
Merge pull request github#26046 from github/5765-private-profile
[April 21, 2022] Private Profiles - [Public Beta]
2 parents 93c6307 + c8199c2 commit 1f034ef

File tree

4 files changed

+65
-1
lines changed

4 files changed

+65
-1
lines changed

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ children:
1717
- /personalizing-your-profile
1818
- /managing-your-profile-readme
1919
- /pinning-items-to-your-profile
20+
- /setting-your-profile-to-private
2021
---
2122

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can disable some of the badges for {% data variables.product.prodname_dotcom
151151
{% data reusables.user-settings.access_settings %}
152152
2. Under "Profile settings", deselect the badge you want you disable.
153153
![Checkbox to no longer display a badge on your profile](/assets/images/help/profile/profile-badge-settings.png)
154-
3. Click **Update preferences**.
154+
{% data reusables.user-settings.update-preferences %}
155155

156156
{% endif %}
157157

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Setting your profile to private
3+
intro: A private profile displays only limited information, and hides some activity.
4+
versions:
5+
fpt: '*'
6+
topics:
7+
- Profiles
8+
shortTitle: Set profile to private
9+
---
10+
## About private profiles
11+
12+
{% note %}
13+
14+
**Note:** Private profiles are currently in beta and are subject to change.
15+
16+
{% endnote %}
17+
18+
To hide parts of your profile page, you can make your profile private. This also hides your activity in various social features on {% data variables.product.prodname_dotcom_the_website %}. A private profile hides information from all users, and there is currently no option to allow specified users to see your activity.
19+
20+
After making your profile private, you can still view all your information when you visit your own profile.
21+
22+
Private profiles cannot receive sponsorships under [{% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors). To be eligible for {% data variables.product.prodname_sponsors %}, your profile cannot be private.
23+
24+
## Differences between private and public profiles
25+
26+
When your profile is private, the following content is hidden from your profile page:
27+
28+
- Achievements and highlights.
29+
- Activity overview and activity feed.
30+
- Contribution graph.
31+
- Follower and following counts.
32+
- Follow and Sponsor buttons.
33+
- Organization memberships.
34+
- Stars, projects, packages, and sponsoring tabs.
35+
36+
{% note %}
37+
38+
**Note**: When your profile is private, some optional fields are still publicly visible, such as the README, biography, and profile photo.
39+
40+
{% endnote %}
41+
42+
## Changes to reporting on your activities
43+
44+
By making your profile private, you will not remove or hide past activity; this setting only applies to your activity while the private setting is enabled.
45+
46+
When your profile is private, your {% data variables.product.prodname_dotcom_the_website %} activity will not appear in the following locations:
47+
48+
- Activity feeds for other users.
49+
- Discussions leaderboards.
50+
- The [Trending](https://github.com/trending) page.
51+
52+
{% note %}
53+
54+
**Note**: Your activity on public repositories will still be publicly visible to anyone viewing those repositories, and some activity data may still be available through the {% data variables.product.prodname_dotcom %} API.
55+
56+
{% endnote %}
57+
58+
## Changing your profile's privacy settings
59+
60+
{% data reusables.user-settings.access_settings %}
61+
1. Under "Contributions & Activity", select the checkbox next to **Make profile private and hide activity**.
62+
{% data reusables.user-settings.update-preferences %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. Click **Update preferences**.

0 commit comments

Comments
 (0)