FS#119 Password must be empty in preference
This commit is contained in:
parent
f08774c486
commit
3548e89618
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ if ( ! isset ($_REQUEST['gDossier']) )
|
|||
<table>
|
||||
<tr><td>
|
||||
Mot de passe :
|
||||
<td><input type="password" name="pass_1">
|
||||
<input type="password" name="pass_2">
|
||||
<td><input type="password" value="" class="input_type" name="pass_1">
|
||||
<input type="password" value="" class="input_type" name="pass_2">
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue