Commit a8824f3f authored by Frank Becker's avatar Frank Becker Committed by Dylan William Hardison

Bug 1296831 - answer use_email_as_login not used

parent 30b5fd60
......@@ -246,7 +246,7 @@ sub update_params {
if ($new_install) {
$param->{'or_groups'} = 1;
$param->{'use_email_as_login'} = 0;
$param->{'use_email_as_login'} = 0 unless exists $param->{'use_email_as_login'};
}
# --- REMOVE OLD PARAMS ---
......
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