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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-3 / +5 lines)
Lines 76-84 Link Here
76
                                <!-- This is what is displayed if user doesn't have permission or account is locked. (Do not expose more information than needed.) -->
76
                                <!-- This is what is displayed if user doesn't have permission or account is locked. (Do not expose more information than needed.) -->
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 sensitive.
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
80
                                        [% IF Koha.Preference('FailedLoginAttempts') %]
81
                                        continue to have problems.</p
81
                                            Your account will be locked after a fixed number of failed login attempts.
82
                                        [% END %]
83
                                        Please contact a library staff member if you continue to have problems.</p
82
                                    >
84
                                    >
83
                                </div>
85
                                </div>
84
                            [% END %]
86
                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +5 lines)
Lines 299-307 Link Here
299
                            [% IF patronid && nouser %]
299
                            [% IF patronid && nouser %]
300
                                <div class="alert alert-info">
300
                                <div class="alert alert-info">
301
                                    <p
301
                                    <p
302
                                        >You entered an incorrect username or password. Please try again! But note that passwords are case
302
                                        >You entered an incorrect username or password. Please try again! But note that passwords are case sensitive.
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
303
                                        [% IF Koha.Preference('FailedLoginAttempts') %]
304
                                        continue to have problems.</p
304
                                            Your account will be locked after a fixed number of failed login attempts.
305
                                        [% END %]
306
                                        Please contact a library staff member if you continue to have problems.</p
305
                                    >
307
                                    >
306
                                </div>
308
                                </div>
307
                            [% END %]
309
                            [% END %]
308
- 

Return to bug 39217