From abe43e758a1e224b2c488eaa6b7d85cbc464442e Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Sun, 3 May 2015 12:02:07 -0700 Subject: [PATCH] Make instructions on gitlab setup a bit easier --- static/directives/config/config-setup-tool.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index 22e302ca5..2f247a2ee 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -644,10 +644,14 @@

Note: A registered GitLab OAuth application is required. - View instructions on how to - - Create an OAuth Application in GitLab + Visit the + + GitLab applications admin panel + to create a new application. +

+

The callback URL to use is:   + {{ config.PREFERRED_URL_SCHEME || 'http' }}://{{ config.SERVER_HOSTNAME || 'localhost' }}/oauth2/gitlab/callback/trigger