diff options
author | Dylan William Hardison <dylan@mozilla.com> | 2015-06-02 03:08:19 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-06-02 03:08:19 +0200 |
commit | 3cf3faf600249981e3903978b1501fffaabf7e0f (patch) | |
tree | 2f7c8a127f869d3b5d1f9011751c47e3ce334483 /template/en/default/admin | |
parent | f2c52dff2711d6b61d7879f5f9384390873f52cc (diff) | |
download | bugzilla-3cf3faf600249981e3903978b1501fffaabf7e0f.tar.gz bugzilla-3cf3faf600249981e3903978b1501fffaabf7e0f.tar.xz |
Bug 1163760: Backport upstream bug 1144468 to bmo to add authentication delegation
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/auth.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 85d707706..fea4239b3 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -150,4 +150,8 @@ "complexity rules and minimum length requirements when the user logs " _ "into the $terms.Bugzilla web interface. If it doesn't, the user would " _ "not be able to log in, and recieve a message to reset their password." + + auth_delegation => + "If set, $terms.Bugzilla will allow third party applications " _ + "to request API keys for users." %] |