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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-2 / +1 lines)
Lines 110-116 Link Here
110
                    [% UNLESS ( loggedinusername ) %]
110
                    [% UNLESS ( loggedinusername ) %]
111
                        [% UNLESS ( casAuthentication || shibbolethAuthentication ) %]
111
                        [% UNLESS ( casAuthentication || shibbolethAuthentication ) %]
112
                            <div id="login">
112
                            <div id="login">
113
                                <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
113
                                <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth" autocomplete="off">
114
                                    <input type="hidden" name="koha_login_context" value="opac" />
114
                                    <input type="hidden" name="koha_login_context" value="opac" />
115
                                    <fieldset class="brief">
115
                                    <fieldset class="brief">
116
                                        <legend>Log in to your account:</legend>
116
                                        <legend>Log in to your account:</legend>
117
- 

Return to bug 19570