From 421ff7f194875db9634ea783d9dd5b6111f19df3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 1 Sep 2015 13:01:20 +0800 Subject: Bug 1197073 - add support for 2fa using totp (eg. google authenticator) --- Bugzilla/Install.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index d5f4f04cd..8a1113741 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -99,6 +99,7 @@ sub SETTINGS { possible_duplicates => { options => ['on', 'off'], default => 'on' }, # 2011-10-11 glob@mozilla.com -- Bug 301656 requestee_cc => { options => ['on', 'off'], default => 'on' }, + api_key_only => { options => ['on', 'off'], default => 'off' }, } }; -- cgit v1.2.3-24-g4f1b