[% USE Koha %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% surname %], [% firstname %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %] [% IF ( newpassword ) %]

Password Updated

[% ELSE %]
[% IF ( errormsg ) %]

The following errors have occurred:

    [% IF ( BADUSERID ) %]
  • You have entered a username that already exists. Please choose another one.
  • [% END %] [% IF ( SHORTPASSWORD ) %]
  • The password entered is too short. Password must be at least [% minPasswordLength %] characters.
  • [% END %] [% IF ( NOPERMISSION ) %]
  • You do not have permission to edit this patron's login information.
  • [% END %] [% IF ( NOMATCH ) %]
  • The passwords entered do not match. Please re-enter the new password.
  • [% END %]
[% END %]
Change username and/or password for [% firstname %] [% surname %]
  1. [% SET password_pattern = ".{" _ minPasswordLength _ ",}" %] [% IF Koha.Preference('RequireStrongPassword') %] [% SET password_pattern = '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{' _ minPasswordLength _ ',}' %] [% END %]
  2. Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
Cancel
[% END %]
Processing...
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %] [% PROCESS 'password_check.inc' %] [% PROCESS 'add_password_check' new_password => 'newpassword' %]