[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %] - Forgotten password recovery[% ELSE %]Koha online[% END %] catalog - Forgotten password recovery [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% BLOCK jsinclude %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-password-recovery' %] [% INCLUDE 'masthead.inc' %]
[% IF ( OpacPublic ) %] [% END %]

Forgotten password recovery

[% IF (hasError) %]

Error

[% IF (sendmailError) %] An error has occurred while sending you the password recovery link.
Please try again later. [% ELSIF (errNoBorrowerFound) %] No account was found with the provided information. [% ELSIF (errMultipleAccountsForEmail) %] Account identification with this email address only is ambiguous.
Please use the field 'Login' as well. [% ELSIF (errAlreadyStartRecovery) %] The process of password recovery has already been started for this account ("[% username %]")
You should have received an email with a link to reset your password.
If you did not receive this email, you can request a new one: Get new password recovery link [% ELSIF (errPassNotMatch) %] The passwords do not match. [% ELSIF (errPassTooShort) %] Your chosen password is too short.
The password must contain at least [% minPassLength %] characters. [% ELSIF (errLinkNotValid) %] The link you clicked is either invalid, or expired.
Be sure you used the link from the email, or contact library staff for assistance. [% END %]

Please contact the library if you need further assistance.

[% END %]
[% IF (!Koha.Preference('OpacResetPassword')) %]
You can't reset your password.
[% ELSIF (password_recovery) %]

To reset your password, enter your login and your email address.

[% ELSIF (new_password) %]
The password must contain at least [% minPassLength %] characters.
[% ELSIF (mail_sent) %]

You will receive an email shortly.
Please click the link in this email to finish the process of resetting your password.
This link is valid for 2 days starting now.

Return to the main page
[% ELSIF (password_reset_done) %]

The password has been changed for user "[% username %]".

Click here to login.
[% END %]
[% INCLUDE 'opac-bottom.inc' %]