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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-2 / +1 lines)
Lines 53-59 Link Here
53
                            [% IF ( invalid_username_or_password ) %]
53
                            [% IF ( invalid_username_or_password ) %]
54
                                <!-- This is what is displayed if user doesnt have permission -->
54
                                <!-- This is what is displayed if user doesnt have permission -->
55
                                <div class="alert alert-info">
55
                                <div class="alert alert-info">
56
                                    <p>You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.</p>
56
                                    <p>You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive.</p>
57
                                </div>
57
                                </div>
58
                            [% END %]
58
                            [% END %]
59
59
60
- 

Return to bug 13051