summaryrefslogtreecommitdiff
path: root/doc/integration/twitter.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 07:41:33 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 07:41:33 +0000
commit5849e90ddd6370a077fc611f9ed8a2da8808e776 (patch)
treeae049ed48023b6836e4e8e86f2fc0ef800a9a129 /doc/integration/twitter.md
parent7524406189939a1e872251f6aac4bcb5038cad1f (diff)
parentad85eccc188c5858d27f61cddf3fd0ea7130da3f (diff)
downloadgitlab-ce-5849e90ddd6370a077fc611f9ed8a2da8808e776.tar.gz
Merge branch 'docs/omniauth-restart' into 'master'
Mention reconfigure/restart in omniauth docs Closes #27901 See merge request !9081
Diffstat (limited to 'doc/integration/twitter.md')
-rw-r--r--doc/integration/twitter.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/integration/twitter.md b/doc/integration/twitter.md
index abbea09f22f..2c7c34cc8e7 100644
--- a/doc/integration/twitter.md
+++ b/doc/integration/twitter.md
@@ -74,6 +74,10 @@ To enable the Twitter OmniAuth provider you must register your application with
1. Save the configuration file.
-1. Restart GitLab for the changes to take effect.
+1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you
+ installed GitLab via Omnibus or from source respectively.
On the sign in page there should now be a Twitter icon below the regular sign in form. Click the icon to begin the authentication process. Twitter will ask the user to sign in and authorize the GitLab application. If everything goes well the user will be returned to GitLab and will be signed in.
+
+[reconfigure]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
+[restart]: ../administration/restart_gitlab.md#installations-from-source