Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
Nicole C. Engard cc748481d1 Bug 8945: Update patron help files
This patch adds two missing help files and updates the
existing help files in the members folder.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-22 18:15:10 +02:00

17 lines
993 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Change Patron Password</h1>
<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>
<ul>
<li>Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</li>
<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>
</ul>
<p>The default minimum password length is 3 characters long. To change this value, update your system preferences.</p>
<p><strong>See the full documentation for Editing Patrons in the <a href="http://manual.koha-community.org/3.10/en/editpatrons.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]