diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-19 18:10:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-19 18:10:17 +0000 |
commit | f5e42f97372d5bfe06291698d25e0f9e68b61819 (patch) | |
tree | 4b6e8dcd1ad901dfc2d1ae2252f6a5623e32d44e /doc/integration/twitter.md | |
parent | 4c083c816333ef903fe7c32f412eaa53d7b959d3 (diff) | |
download | gitlab-ce-f5e42f97372d5bfe06291698d25e0f9e68b61819.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/twitter.md')
-rw-r--r-- | doc/integration/twitter.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/integration/twitter.md b/doc/integration/twitter.md index 2218529a729..aa9014adc49 100644 --- a/doc/integration/twitter.md +++ b/doc/integration/twitter.md @@ -88,7 +88,8 @@ Twitter. Twitter generates a client ID and secret key for you to use. 1. Save the configuration file. -1. [Reconfigure](../administration/restart_gitlab.md#omnibus-gitlab-reconfigure) or [restart GitLab](../administration/restart_gitlab.md#installations-from-source) for the changes to take effect if you - installed GitLab via Omnibus or from source respectively. +1. For the changes to take effect: + - If you installed via Omnibus, [reconfigure GitLab](../administration/restart_gitlab.md#omnibus-gitlab-reconfigure). + - If you installed from source, [restart GitLab](../administration/restart_gitlab.md#installations-from-source). On the sign in page there should now be a Twitter icon below the regular sign in form. Select the icon to begin the authentication process. Twitter asks the user to sign in and authorize the GitLab application. If everything goes well the user is returned to GitLab and signed in. |