LP1977554 - Add Password visibility toggle on login screens
[evergreen-equinox.git] / Open-ILS / src / templates-bootstrap / opac / parts / login / form.tt2
index b9a09bd..7659464 100755 (executable)
@@ -3,7 +3,7 @@
 <div class='container'>
 <hr>
     <h3 class="text-center">[% l('Log in to Your Account') %]</h3>
-    <form method='post'>
+    <form id="login_form" method='post'>
    <div class="row text-center">[%# INCLUDE "opac/parts/login/help.tt2" %]</div>
     [% IF ctx.login_failed_event %]
 <div id='login-failed-message'>
@@ -39,7 +39,7 @@
                </div>
                <div class="col-sm w-50">
                        <div class="input-group">
-                               <input class="form-control" id="password_field" name="password" type="password" spellcheck="false"/>
+                               <input class="form-control" id="password_field" name="password" type="password" spellcheck="false" autocomplete="false"/>
                                <span id="show_password" class="input-group-text pointer"><i class="fas fa-eye-slash"></i></span>
                        </div>
                </div>