Lines 64-70
Link Here
|
64 |
|
64 |
|
65 |
[% IF logged_in_user.category.effective_change_password %] |
65 |
[% IF logged_in_user.category.effective_change_password %] |
66 |
[% IF ( Ask_data ) %] |
66 |
[% IF ( Ask_data ) %] |
67 |
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post" autocomplete="off"> |
67 |
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"> |
68 |
<legend class="sr-only">Change your password</legend> |
68 |
<legend class="sr-only">Change your password</legend> |
69 |
<fieldset> |
69 |
<fieldset> |
70 |
[% IF ( logged_in_user.category.effective_require_strong_password ) %] |
70 |
[% IF ( logged_in_user.category.effective_require_strong_password ) %] |
Lines 74-88
Link Here
|
74 |
[% END %] |
74 |
[% END %] |
75 |
<div class="form-group"> |
75 |
<div class="form-group"> |
76 |
<label for="Oldkey">Current password:</label> |
76 |
<label for="Oldkey">Current password:</label> |
77 |
<input class="form-control focus" type="password" id="Oldkey" size="25" name="Oldkey" autocomplete="off" /> |
77 |
<input class="form-control focus" type="password" id="Oldkey" size="25" name="Oldkey" autocomplete="current-password" /> |
78 |
</div> |
78 |
</div> |
79 |
<div class="form-group"> |
79 |
<div class="form-group"> |
80 |
<label for="Newkey">New password:</label> |
80 |
<label for="Newkey">New password:</label> |
81 |
<input class="form-control" type="password" id="Newkey" size="25" name="Newkey" autocomplete="off" /> |
81 |
<input class="form-control" type="password" id="Newkey" size="25" name="Newkey" autocomplete="new-password" /> |
82 |
</div> |
82 |
</div> |
83 |
<div class="form-group"> |
83 |
<div class="form-group"> |
84 |
<label for="Confirm">Re-type new password:</label> |
84 |
<label for="Confirm">Re-type new password:</label> |
85 |
<input class="form-control" type="password" id="Confirm" size="25" name="Confirm" autocomplete="off" /> |
85 |
<input class="form-control" type="password" id="Confirm" size="25" name="Confirm" autocomplete="new-password" /> |
86 |
</div> |
86 |
</div> |
87 |
</fieldset> |
87 |
</fieldset> |
88 |
<fieldset class="action"> |
88 |
<fieldset class="action"> |