Commit 557cdf7a authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.

Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
parent 2c3000df
......@@ -104,7 +104,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'],
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment