From 3a8db63716e1846323f4138c1628ef1a17eabb42 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 31 May 2017 19:09:52 -0400 Subject: Bug 1368066 - When using bmo auth delegation from Phabricator, the confirmation should be skipped similar to mozreview --- extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/PhabBugz/template') diff --git a/extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl b/extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl index 922fcf709..6eb16d993 100644 --- a/extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl +++ b/extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl @@ -16,5 +16,7 @@ phabricator_base_uri => 'Phabricator Base URI', phabricator_api_key => 'Phabricator User API Key', phabricator_sync_groups => 'Comma delimited list of Bugzilla groups to sync to Phabricator projects', + phabricator_auth_callback_url => 'Phabricator Auth Delegation URL', + phabricator_app_id => 'app_id for API Keys delegated to Phabricator', } %] -- cgit v1.2.3-24-g4f1b