From ad85eccc188c5858d27f61cddf3fd0ea7130da3f Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 9 Feb 2017 08:38:25 +0100 Subject: Mention reconfigure/restart in omniauth docs [ci skip] --- doc/integration/auth0.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/integration/auth0.md') diff --git a/doc/integration/auth0.md b/doc/integration/auth0.md index e5247082a89..4d0c4072fcd 100644 --- a/doc/integration/auth0.md +++ b/doc/integration/auth0.md @@ -80,10 +80,13 @@ from step 5. 1. Change `YOUR_AUTH0_CLIENT_SECRET` to the client secret from the Auth0 Console page from step 5. -1. Save the file and [reconfigure GitLab](../administration/restart_gitlab.md) -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 an Auth0 icon below the regular sign in form. Click the icon to begin the authentication process. Auth0 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 -- cgit v1.2.1 From 1352a80f90d37d13ca818453c6161a5100097549 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 9 Feb 2017 08:55:09 +0100 Subject: Fix markdown link in Omniauth docs [ci skip] --- doc/integration/auth0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/integration/auth0.md') diff --git a/doc/integration/auth0.md b/doc/integration/auth0.md index 4d0c4072fcd..212b4854dd7 100644 --- a/doc/integration/auth0.md +++ b/doc/integration/auth0.md @@ -89,4 +89,4 @@ 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 +[restart GitLab]: ../administration/restart_gitlab.md#installations-from-source -- cgit v1.2.1