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 298-306 Link Here
298
                        [% IF patronid && nouser %]
298
                        [% IF patronid && nouser %]
299
                            <div class="alert alert-info">
299
                            <div class="alert alert-info">
300
                                <p
300
                                <p
301
                                    >You entered an incorrect username or password. Please try again! But note that passwords are case
301
                                    >You entered an incorrect username or password. Please try again! But note that passwords are case sensitive.
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
302
                                    [% IF Koha.Preference('FailedLoginAttempts') %]
303
                                    continue to have problems.</p
303
                                        Your account will be locked after a fixed number of failed login attempts.
304
                                    [% END %]
305
                                    Please contact a library staff member if you continue to have problems.</p
304
                                >
306
                                >
305
                            </div>
307
                            </div>
306
                        [% END %]
308
                        [% END %]
307
- 

Return to bug 39217