Merge remote-tracking branch 'origin/new/bug_7016'
[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>To only 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 <ul>
15         <li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Patrons &gt; minPasswordLength</li>
16 </ul>
17
18 <p><strong>See the full documentation for Editing Patrons in the <a href="http://manual.koha-community.org/3.8/en/editpatrons.html">manual</a> (online).</strong></p>
19
20 [% INCLUDE 'help-bottom.inc' %]
21