]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Revert "Bug 1296831 - answer use_email_as_login not used"
authorDylan William Hardison <dylan@hardison.net>
Tue, 23 Aug 2016 13:10:31 +0000 (09:10 -0400)
committerDylan William Hardison <dylan@hardison.net>
Tue, 23 Aug 2016 13:10:31 +0000 (09:10 -0400)
This reverts commit a8824f3f870ba31fe0b4382a1eed93ea01e9f53b.

Bugzilla/Config.pm

index 02413de567e9022838d27640e20f3872f2aedd6f..79b468f0c8d640c8e11cee7a56030e7ac1812b14 100644 (file)
@@ -246,7 +246,7 @@ sub update_params {
 
     if ($new_install) {
         $param->{'or_groups'} = 1;
-        $param->{'use_email_as_login'} = 0 unless exists $param->{'use_email_as_login'};
+        $param->{'use_email_as_login'} = 0;
     }
 
     # --- REMOVE OLD PARAMS ---