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 errResetForbidden %]
Sorry, your password cannot be changed online.
[% ELSIF (errMultipleAccountsForEmail) %]
Account identification with this email address only is ambiguous.
Please use the field 'Login' as well.
[% ELSIF (errNoBorrowerEmail) %]
This account has no email address we can send the email to.
[% ELSIF (errAlreadyStartRecovery) %]
The process of password recovery has already been started for this account
[% IF username %]
("[% username | html %]")
[% ELSIF email %]
("[% email | html %]")
[% END %]
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 password_too_short %]
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.
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.
The password has been changed for user "[% username | html %]".
Log in to your account.