summaryrefslogtreecommitdiffstats
path: root/extensions/BrowserID/Extension.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-04-04 19:27:58 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-04-04 19:27:58 +0200
commit672bb2b2765078f8ccb9058180f27816bc60c4e3 (patch)
treea43a63b756c5fdce3e612b23fd1907e7e2082236 /extensions/BrowserID/Extension.pm
parent49495810ea07c10504c894fbf979568af7363f14 (diff)
downloadbugzilla-672bb2b2765078f8ccb9058180f27816bc60c4e3.tar.gz
bugzilla-672bb2b2765078f8ccb9058180f27816bc60c4e3.tar.xz
merged with bugzilla/extensions/browserid
Diffstat (limited to 'extensions/BrowserID/Extension.pm')
-rw-r--r--extensions/BrowserID/Extension.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/BrowserID/Extension.pm b/extensions/BrowserID/Extension.pm
index b132ea503..873cca8e3 100644
--- a/extensions/BrowserID/Extension.pm
+++ b/extensions/BrowserID/Extension.pm
@@ -29,7 +29,7 @@ sub auth_login_methods {
my ($self, $args) = @_;
my $modules = $args->{'modules'};
if (exists($modules->{'BrowserID'})) {
- $modules->{'BrowserID'} = 'Bugzilla/Extension/BrowserID/Login.pm';
+ $modules->{'BrowserID'} = 'Bugzilla/Extension/BrowserID/Login.pm';
}
}
@@ -42,9 +42,6 @@ sub config_modify_panels {
grep { $_->{'name'} eq 'user_info_class' } @$auth_panel_params;
if ($user_info_class) {
- # XXX Bugzilla::Auth::Login::Stack doesn't let a hard failure stop the
- # login process :-(( We put it in both ways round for now, for testing.
- push(@{ $user_info_class->{'choices'} }, "CGI,BrowserID");
push(@{ $user_info_class->{'choices'} }, "BrowserID,CGI");
}
}