Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

16 lines
1,022 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://koha-community.org/manual/[% helpVersion %]/en/html/patrons.html#editing-patrons">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]