Feature: L'cran changement de mot de passe requiert un code graphique.

This commit is contained in:
Laurent Destailleur
2007-09-11 17:52:38 +00:00
parent 7093eb4f80
commit 1bce72c53d
6 changed files with 8 additions and 4 deletions

View File

@@ -1357,7 +1357,7 @@ function dol_loginfunction($notused,$pearstatus)
print '<tr>';
print '<td align="left"><br> &nbsp; <b>'.$langs->trans("Login").'</b> &nbsp;</td>';
print '<td><input name="username" class="flat" size="15" maxlength="25" value="" tabindex="1" /></td>';
print '<td><input name="username" class="flat" size="15" maxlength="25" value="'.(isset($_POST["username"])?$_POST["username"]:'').'" tabindex="1" /></td>';
if ($conf->main_authentication) $title.=$langs->trans("AuthenticationMode").': '.$conf->main_authentication;