Lines 440-446
Link Here
|
440 |
<div class="local-login"> |
440 |
<div class="local-login"> |
441 |
[% PROCESS login_label for="muserid" %]<input type="text" id="muserid" name="login_userid" autocomplete="off" /> |
441 |
[% PROCESS login_label for="muserid" %]<input type="text" id="muserid" name="login_userid" autocomplete="off" /> |
442 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="login_password" autocomplete="off" /> |
442 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="login_password" autocomplete="off" /> |
443 |
[% INCLUDE 'show-password-toggle.inc' %] |
443 |
[% INCLUDE 'show-password-toggle.inc' checkbox_id_suffix='modal' %] |
444 |
<fieldset class="action"> |
444 |
<fieldset class="action"> |
445 |
<input type="hidden" name="op" value="cud-login" /> |
445 |
<input type="hidden" name="op" value="cud-login" /> |
446 |
<input type="submit" class="btn btn-primary" value="Log in" /> |
446 |
<input type="submit" class="btn btn-primary" value="Log in" /> |