Change account_login input type from password to text

This allows for browsers to save username & password
This commit is contained in:
slawkens
2020-03-14 13:51:47 +01:00
parent 22b71ae477
commit 4e935719d3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ Please enter your account {{ account|lower }} and your password.<br/><a href="?s
<td class="LabelV" >
<span{% if error is not null %} class="red"{% endif %}>Account {{ account }}:</span>
</td>
<td style="width:100%;" ><input type="password" name="account_login" size="30" maxlength="30" autofocus/></td>
<td style="width:100%;" ><input type="text" name="account_login" size="30" maxlength="30" autofocus/></td>
</tr>
<tr>
<td class="LabelV" >