diff options
author | knod <3197142-knod@users.noreply.gitlab.com> | 2019-04-10 08:30:35 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-10 08:30:35 +0000 |
commit | 73f662f6bfcddbe8e4d6edfa4371ff17605783a3 (patch) | |
tree | 5482cae65213e1718a7020e3cda70baaa935de82 | |
parent | bfb7bc8ee140ae4317e57636596e172fccc20f4e (diff) | |
download | gitlab-ce-73f662f6bfcddbe8e4d6edfa4371ff17605783a3.tar.gz |
Adds details about adding links to external accounts. Fixes #54884.
-rw-r--r-- | doc/user/profile/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md index b216b9f255c..61a30a775b0 100644 --- a/doc/user/profile/index.md +++ b/doc/user/profile/index.md @@ -33,6 +33,7 @@ From there, you can: - Set a [custom status](#current-status) for your profile - Manage your [commit email](#commit-email) for your profile - Manage [2FA](account/two_factor_authentication.md) +- Add details of [external accounts](#add-details-of-external-accounts). - Change your username and [delete your account](account/delete_account.md) - Manage applications that can [use GitLab as an OAuth provider](../../integration/oauth_provider.md#introduction-to-oauth) @@ -92,6 +93,16 @@ To enable private profile: NOTE: **Note:** You and GitLab admins can see your the abovementioned information on your profile even if it is private. +## Add details of external accounts + +GitLab allows you to add links to certain other external accounts you might have, like Skype and Twitter. They can help other users connect with you on other platforms. + +To add links to other accounts: + +1. Navigate to your **User Settings > Profile**. +1. In the **Main settings** section, locate and fill out fields for links to external accounts like Skype and Twitter. +1. Click the **Update profile settings** button. + ## Private contributions > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/14078) in GitLab 11.3. |