summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index d73f22875..b568918e3 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -25,7 +25,6 @@
# J. Paul Reed <preed@sigkill.com>
# Bradley Baetz <bbaetz@student.usyd.edu.au>
# Christopher Aillon <christopher@aillon.com>
-# Erik Stambaugh <erik@dasbistro.com>
package Bugzilla::Config;
@@ -218,12 +217,6 @@ sub UpdateParams {
$param{'loginmethod'} = $param{'useLDAP'} ? "LDAP" : "DB";
}
- # set verify method to whatever loginmethod was
- if (exists $param{'loginmethod'} && !exists $param{'user_verify_method'}) {
- $param{'user_verify_method'} = $param{'loginmethod'};
- delete $param{'loginmethod'};
- }
-
# --- DEFAULTS FOR NEW PARAMS ---
foreach my $item (@param_list) {