mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Change account_login input type from password to text
This allows for browsers to save username & password
This commit is contained in:
parent
22b71ae477
commit
4e935719d3
@ -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" >
|
||||
|
@ -16,7 +16,7 @@
|
||||
<div class="form-group">
|
||||
<div class="form-group input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-lock"></i></span>
|
||||
<input type="password" class="form-control" id="account-name-input" name="account_login"
|
||||
<input type="text" class="form-control" id="account-name-input" name="account_login"
|
||||
placeholder="Account {{ account }}" required autofocus>
|
||||
</div>
|
||||
<div class="form-group input-group">
|
||||
|
Loading…
x
Reference in New Issue
Block a user