Lines 208-215
Link Here
|
208 |
<form action="/cgi-bin/koha/sci/sci-main.pl" name="auth" id="auth" method="post" autocomplete="off"> |
208 |
<form action="/cgi-bin/koha/sci/sci-main.pl" name="auth" id="auth" method="post" autocomplete="off"> |
209 |
[% ELSE %] |
209 |
[% ELSE %] |
210 |
<form action="[% script_name | html %]" name="auth" id="auth" method="post" autocomplete="off"> |
210 |
<form action="[% script_name | html %]" name="auth" id="auth" method="post" autocomplete="off"> |
211 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
212 |
[% END %] |
211 |
[% END %] |
|
|
212 |
[% INCLUDE 'csrf-token.inc' %] |
213 |
<input type="hidden" name="op" value="cud-login" /> |
213 |
<input type="hidden" name="op" value="cud-login" /> |
214 |
<input type="hidden" name="koha_login_context" value="opac" /> |
214 |
<input type="hidden" name="koha_login_context" value="opac" /> |
215 |
|
215 |
|
216 |
- |
|
|