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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt (-4 / +3 lines)
Lines 51-66 Link Here
51
                                            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.
51
                                            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.
52
                                        [% CASE 'no_expire' %]
52
                                        [% CASE 'no_expire' %]
53
                                            Please log-in to account to update your password.</br>
53
                                            Please log-in to account to update your password.</br>
54
                                            <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>
54
                                            <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>.
55
                                        [% CASE 'account_locked' %]
55
                                        [% CASE 'account_locked' %]
56
                                            This account has been locked!
56
                                            This account has been locked!
57
                                            [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %]
57
                                            [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %]
58
                                                <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password via e-mail</a>.
58
                                                <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password via e-mail</a>.
59
                                            [% ELSE %]
59
                                            [% ELSE %]
60
                                                You must contact the library for assistance
60
                                                You must contact the library for assistance.
61
                                            [% END %]
61
                                            [% END %]
62
                                        [% CASE %]
62
                                        [% CASE %]
63
                                            An unknown error occurred. PLease try again or contact the library for assistance
63
                                            An unknown error occurred. Please try again or contact the library for assistance.
64
                                    [% END %]
64
                                    [% END %]
65
                                </p>
65
                                </p>
66
                            </div>
66
                            </div>
67
- 

Return to bug 30761