[BUGFIX] Replace text by password field

This commit is contained in:
sebastien 2019-10-15 14:55:10 +02:00 committed by Jerome Jutteau
parent caa3a139b7
commit d09ba57608

View File

@ -175,7 +175,7 @@ else {
</tr>
<tr>
<td><label for="input_key"><?php echo t('PSW') . ':'; ?></label></td>
<td><input type="text" name="key" id="input_key" /></td>
<td><input type="password" name="key" id="input_key" /></td>
</tr>
<tr>
<td><label for="select_time"><?php echo t('TIME_LIM') . ':'; ?></label></td>