Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
Nicole C. Engard c4629aaffe Bug 9850: Update Patron Help Files for 3.12
This patch updates all the help files in the members folder. It also
adds a missing help file for approving patron account changes.

To Test:

Visit the help on every patron page and make sure the text and
manual links are all right.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed 2 obvious typos mentioned on the bug report.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-04-25 21:45:18 -04: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.12/en/editpatrons.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]