View | Details | Raw Unified | Return to bug 21890
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt (-2 / +1 lines)
Lines 56-62 Link Here
56
                    [% ELSIF (errNoBorrowerFound) %]
56
                    [% ELSIF (errNoBorrowerFound) %]
57
                        No account was found with the provided information.
57
                        No account was found with the provided information.
58
                    [% ELSIF errResetForbidden %]
58
                    [% ELSIF errResetForbidden %]
59
                        You are not allowed to reset your password. Contact library staff for assistance.
59
                        <span id="password-reset-forbidden">You are not allowed to reset your password. Contact library staff for assistance.</span>
60
                    [% ELSIF (errMultipleAccountsForEmail) %]
60
                    [% ELSIF (errMultipleAccountsForEmail) %]
61
                        Account identification with this email address only is ambiguous.
61
                        Account identification with this email address only is ambiguous.
62
                        <br />Please use the field 'Login' as well.
62
                        <br />Please use the field 'Login' as well.
63
- 

Return to bug 21890