tabasrel
What to Do
At the top of the /login/index_form.html page add this 1 line right after the <?php line.
$show_instructions = false;
Example
<?php
$show_instructions = false;
if ($show_instructions) {
$columns = 'twocolumns';
} else {
$columns = 'onecolumn';
}
?>