diff options
author | David Lawrence <dkl@mozilla.com> | 2017-06-01 01:09:52 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-06-01 01:09:52 +0200 |
commit | 3a8db63716e1846323f4138c1628ef1a17eabb42 (patch) | |
tree | 1a7b698c15f00760dba6e3e8ed0d70337684828b /extensions/PhabBugz/template | |
parent | 77658b1060a8761c15dfbedefce52eb1721aacc3 (diff) | |
download | bugzilla-3a8db63716e1846323f4138c1628ef1a17eabb42.tar.gz bugzilla-3a8db63716e1846323f4138c1628ef1a17eabb42.tar.xz |
Bug 1368066 - When using bmo auth delegation from Phabricator, the confirmation should be skipped similar to mozreview
Diffstat (limited to 'extensions/PhabBugz/template')
-rw-r--r-- | extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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', } %] |