Skip to content

Commit c6679fc

Browse files
author
Martin Lopes
committed
Added new article
1 parent 95297c3 commit c6679fc

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-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: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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+
{% note %}
11+
12+
**Note:** Private profiles are currently in beta and are subject to change.
13+
14+
{% endnote %}
15+
16+
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.
17+
18+
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.
19+
20+
## Changes to your private profile
21+
22+
When your profile is private, the following content is hidden from your profile page:
23+
24+
- Achievements and highlights.
25+
- Activity overview and activity feed.
26+
- Contribution graph.
27+
- Follower and following counts.
28+
- Follow and Sponsor buttons.
29+
- Organization memberships.
30+
- Stars, projects, packages, and sponsoring tabs.
31+
32+
{% note %}
33+
34+
**Note**: When your profile is private, some optional fields are still publicly visible, such as the README, biography, and profile photo.
35+
36+
{% endnote %}
37+
38+
## Changes to your activities
39+
40+
By making your profile private, you will not remove or hide past activity; this setting only applies to actions taken while the private setting is enabled.
41+
42+
When your profile is private, your {% data variables.product.prodname_dotcom_the_website %} activity will not appear in the following locations:
43+
44+
- Will not appear in other users' activity feeds.
45+
- Will not appear in Discussions leaderboards.
46+
- Will not appear in the [Trending page](/get-started/quickstart/be-social#exploring-other-projects-on-github).
47+
48+
{% note %}
49+
50+
**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.
51+
52+
{% endnote %}
53+
54+
## Changing your profile's privacy settings
55+
56+
{% data reusables.user-settings.access_settings %}
57+
1. Under "Contributions & Activity", select the checkbox for **Make profile private and hide activity**.
58+
{% 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)