[% USE raw %] [% USE Koha %] [% USE Categories %] [% USE AdditionalContents %] [% PROCESS 'html_helpers.inc' %] [% INCLUDE 'doc-head-open.inc' %] Reset your password › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-login-page' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %]
[% IF Koha.Preference( 'opacuserlogin' ) && Koha.Preference('EnableExpiredPasswordReset') %] [% IF ( error ) %]

There was a problem with your submission

[% SWITCH error %] [% CASE 'no_change' %] New password must not be the same as old password. [% CASE 'passwords_mismatch' %] Passwords do not match. Please re-type your new password. [% CASE 'password_too_short' %] Password must be at least [% minPasswordLength | html %] characters long. [% CASE 'password_too_weak' %] Password must contain at least one digit, one lowercase and one uppercase. [% CASE 'password_has_whitespaces' %] Password must not contain leading or trailing whitespaces. [% CASE 'invalid_credentials' %] You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems. [% CASE 'no_expire' %] Please log-in to account to update your password.
. [% CASE 'account_locked' %] This account has been locked! [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %] You must reset your password via e-mail. [% ELSE %] You must contact the library for assistance. [% END %] [% CASE %] An unknown error occurred. Please try again or contact the library for assistance. [% END %]

[% END %] [% IF ( password_updated ) %]

Your password has successfully been updated

Go to OPAC [% IF ( Koha.Preference('staffClientBaseURL') && staff_access ) %] Go to staff interface [% END %]
[% ELSE %]
Reset your password
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] [% END %]
[% END # /IF Error_messages %] [% ELSE %]

Resetting your password has not been enabled by the library.

[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] [% ELSE %]

You must contact the library to reset your password

[% END %] [% END # / IF opacuserlogin %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %] [% END %]