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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 77-83 Link Here
77
                                <div class="alert alert-info">
77
                                <div class="alert alert-info">
78
                                    <p
78
                                    <p
79
                                        >You entered an incorrect username or password. Please try again! But note that passwords are case
79
                                        >You entered an incorrect username or password. Please try again! But note that passwords are case
80
                                        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
80
                                        sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you
81
                                        continue to have problems.</p
81
                                        continue to have problems.</p
82
                                    >
82
                                    >
83
                                </div>
83
                                </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +6 lines)
Lines 297-305 Link Here
297
                            [% PROCESS display_errors %]
297
                            [% PROCESS display_errors %]
298
298
299
                            [% IF patronid && nouser %]
299
                            [% IF patronid && nouser %]
300
                                <div class="alert alert-warning">
300
                                <div class="alert alert-info">
301
                                    <h3>Sorry</h3>
301
                                    <p
302
                                    <p>The userid <strong>[% patronid | html %]</strong> was not found in the database. Please try again.</p>
302
                                        >You entered an incorrect username or password. Please try again! But note that passwords are case
303
                                        sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you
304
                                        continue to have problems.</p
305
                                    >
303
                                </div>
306
                                </div>
304
                            [% END %]
307
                            [% END %]
305
308
306
- 

Return to bug 39217