closes #265
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
<tr>
<td class = "field"><input type = "password"
name = "admin_password" id = "admin_password"
- size = "40" />
+ size = "40" autocomplete = "current-password" />
</td>
</tr>
<tr class = "nav">
'<legend>' . t('PSW_PROTEC') .
'</legend><table><tr><td>' .
t('GIMME_PSW') . ' : ' .
- '<input type = "password" name = "key" />' .
+ '<input type = "password" name = "key" autocomplete = "current-password"/>' .
'</td></tr>' .
'<tr><td>' .
t('USING_SERVICE'). ' <a href="tos.php" target="_blank" rel="noopener noreferrer">' . t('TOS') . '</a>.' .
</tr><tr>
<td class = "field"><input type = "password"
name = "upload_password" id = "upload_password"
- size = "40" />
+ size = "40" autocomplete = "current-password" />
</td>
</tr>
<tr class = "nav">
?>
<tr>
<td><label for="input_key"><?php echo t('PSW') . ':'; ?></label></td>
- <td><input type="password" name="key" id="input_key" /></td>
+ <td><input type="password" name="key" id="input_key" autocomplete = "new-password"/></td>
</tr>
<tr>
<td><label for="select_time"><?php echo t('TIME_LIM') . ':'; ?></label></td>
><?php echo t('ADMIN_PSW') . ':';
?></label></td>
<td class = "field"><input type = "password" name = "admin_password"
- id = "admin_password" size = "40" /></td>
+ id = "admin_password" size = "40" autocomplete = "new-password"/></td>
</tr>
<tr class = "nav">
<td></td>