Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
Nicole C. Engard 4f9faf4509 Bug 6966: Members Help Files
This patch updates the members help files. It removes
an unused file and adds a new one for the partial fines
payments. It also adds links to the manuals to all pages.
2011-10-08 20:01:05 +13:00

21 lines
849 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Change Patron Password</h1>
<p>To only change the patron's password, click the 'Change Password' button</p>
<ul>
<li>Patron passwords are encrypted and cannot be recovered by the library staff</li>
<li>This form will automatically generate a random password, this password is not the patron's current password, just a new random password</li>
</ul>
<p>The default minimum password length is 3 characters long. To change this value, update your system preferences.</p>
<ul>
<li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Patrons &gt; minPasswordLength</li>
</ul>
<p><strong>See the full documentation for Editing Patrons in the <a href="http://manual.koha-community.org/3.6/en/editpatrons.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]