Lines 85-91
Link Here
|
85 |
[% END %] |
85 |
[% END %] |
86 |
|
86 |
|
87 |
|
87 |
|
88 |
<fieldset class="brief rows"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend> |
88 |
<fieldset class="rows"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend> |
89 |
<ol> |
89 |
<ol> |
90 |
<li><label for="newuserid">New username:</label> |
90 |
<li><label for="newuserid">New username:</label> |
91 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid | html %]" /></li> |
91 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid | html %]" /></li> |
Lines 100-108
Link Here
|
100 |
<li> |
100 |
<li> |
101 |
<label for="newpassword2">Confirm new password:</label> |
101 |
<label for="newpassword2">Confirm new password:</label> |
102 |
<input name="newpassword2" id="newpassword2" type="password" size="20" autocomplete="new-password" /> |
102 |
<input name="newpassword2" id="newpassword2" type="password" size="20" autocomplete="new-password" /> |
|
|
103 |
<div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div> |
103 |
</li> |
104 |
</li> |
104 |
</ol> |
105 |
</ol> |
105 |
<div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div> |
|
|
106 |
</fieldset> |
106 |
</fieldset> |
107 |
<fieldset class="action"> |
107 |
<fieldset class="action"> |
108 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
108 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
109 |
- |
|
|