mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
Feature: L'cran changement de mot de passe requiert un code graphique.
This commit is contained in:
@@ -1357,7 +1357,7 @@ function dol_loginfunction($notused,$pearstatus)
|
||||
|
||||
print '<tr>';
|
||||
print '<td align="left"><br> <b>'.$langs->trans("Login").'</b> </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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user