mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-17 12:58:20 +01:00
[BUGFIX] Replace text by password field
This commit is contained in:
parent
caa3a139b7
commit
d09ba57608
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user