Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / member-password.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Change Patron Password</h1>
4
5 <p>Patron passwords are not recoverable. The stars show on the patron detail next to the Password label are always there even if a password isn't set. If a patron forgets their password the only option is to reset their password. To change the patron's password, click the 'Change Password' button</p>
6
7 <ul>
8     <li>Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</li>
9     <li>This form can automatically generate a random password if you click the link labeled "Click to fill with a randomly generated suggestion. Passwords will be displayed as text."</li>
10 </ul>
11
12 <p>The default minimum password length is 3 characters long.  To change this value, update your system preferences.</p>
13
14 <p><strong>See the full documentation for Editing Patrons in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/patrons.html#editing-patrons">manual</a> (online).</strong></p>
15
16 [% INCLUDE 'help-bottom.inc' %]