From f48811ed02a63f9268c03c0cdfcd984c3cc2613e Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Tue, 11 Sep 2007 11:02:37 +0000 Subject: [PATCH] =?utf8?q?Bug=20385778=20=C3=A2=C2=80=C2=93=20Bugzilla.tim?= =?utf8?q?ezone=20should=20be=20LOGIN=5FEXEMPT.=20Patch=20by=20Marc=20Schu?= =?utf8?q?mann=20;=20r=3Dmkanat;=20a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/WebService/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 39d25298d2..5e255d4be3 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -105,7 +105,7 @@ use constant ERROR_GENERAL => 999; use constant LOGIN_EXEMPT => { # Callers may have to know the Bugzilla version before logging in, # even on a requirelogin installation. - Bugzilla => ['version'], + Bugzilla => ['version', 'timezone'], User => ['offer_account_by_email', 'login'], }; -- 2.47.3