hello
i have set "Enable login form" to true in the admin tabs of the plugin user_login-out.
the user is never displayed, so i can't used this form to connect.
however, in the default theme, in the file password_form.php, i saw this code :
<table class="password">
<?php
if ($_password_showuser) {
?>
<tr>
<td class="userlabel"><?php echo gettext("Login"); ?></td>
<td class="userinput"><input type="text" name="user" /></td>
</tr>
<?php
}
?>
if i comment the "if", the form going well and i can connect myself.
so : where can i set $_password_showuser to true ?