Revert "Bug 1296831 - answer use_email_as_login not used"

This reverts commit a8824f3f.
parent a8824f3f
......@@ -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 ---
......
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