Lines 52-58
Link Here
|
52 |
[% IF ( OpacPasswordChange ) %] |
52 |
[% IF ( OpacPasswordChange ) %] |
53 |
[% IF ( Ask_data ) %] |
53 |
[% IF ( Ask_data ) %] |
54 |
|
54 |
|
55 |
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"> |
55 |
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post" autocomplete="off"> |
56 |
<fieldset> |
56 |
<fieldset> |
57 |
[% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minPasswordLength%] characters long.</div>[% END %] |
57 |
[% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minPasswordLength%] characters long.</div>[% END %] |
58 |
<label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /> |
58 |
<label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /> |
Lines 71-77
Link Here
|
71 |
<h1>Password updated</h1> |
71 |
<h1>Password updated</h1> |
72 |
Your password has been changed |
72 |
Your password has been changed |
73 |
</div> |
73 |
</div> |
74 |
<form action="/cgi-bin/koha/opac-user.pl" method="post"> |
74 |
<form action="/cgi-bin/koha/opac-user.pl" method="post" autocomplete="off"> |
75 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
75 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
76 |
<p><input type="submit" class="btn" value="Return to your record" /></p> |
76 |
<p><input type="submit" class="btn" value="Return to your record" /></p> |
77 |
</form> |
77 |
</form> |