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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-3 / +2 lines)
Lines 41-48 Link Here
41
41
42
[% IF too_many_login_attempts %]
42
[% IF too_many_login_attempts %]
43
    <div id="login_error"><strong>Error: </strong>This account has been locked!</div>
43
    <div id="login_error"><strong>Error: </strong>This account has been locked!</div>
44
    [% IF Koha.Preference('OpacResetPassword') %]
44
    [% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %]
45
        <a href="/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>.
45
        <a href="[% Koha.Preference('OpacBaseURL') %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>.
46
    [% END %]
46
    [% END %]
47
[% ELSIF invalid_username_or_password %]
47
[% ELSIF invalid_username_or_password %]
48
<div id="login_error"><strong>Error: </strong>Invalid username or password</div>
48
<div id="login_error"><strong>Error: </strong>Invalid username or password</div>
49
- 

Return to bug 18314