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 296-304 Link Here
296
                        [% PROCESS display_errors %]
296
                        [% PROCESS display_errors %]
297
297
298
                        [% IF patronid && nouser %]
298
                        [% IF patronid && nouser %]
299
                            <div class="alert alert-warning">
299
                            <div class="alert alert-info">
300
                                <h3>Sorry</h3>
300
                                <p
301
                                <p>The userid <strong>[% patronid | html %]</strong> was not found in the database. Please try again.</p>
301
                                    >You entered an incorrect username or password. Please try again! But note that passwords are case
302
                                    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
303
                                    continue to have problems.</p
304
                                >
302
                            </div>
305
                            </div>
303
                        [% END %]
306
                        [% END %]
304
307
305
- 

Return to bug 39217