https for user login forms
authorMarijana Glavica <mglavica@ffzg.hr>
Tue, 3 Jan 2012 01:13:12 +0000 (02:13 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 17 Jan 2012 14:39:03 +0000 (15:39 +0100)
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt

index febe4d2..a046b9c 100644 (file)
@@ -72,7 +72,7 @@ please choose against which one you would like to authenticate: </p>
 
 [% END %]
 
-<form action="[% url %]" name="auth" id="auth" method="post">
+<form action="https://koha.ffzg.hr[% url %]" name="auth" id="auth" method="post">
   <input type="hidden" name="koha_login_context" value="opac" />
 <fieldset class="brief">[% FOREACH INPUT IN INPUTS %]
   <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
index 7068a87..3478585 100644 (file)
@@ -44,7 +44,7 @@
     [% UNLESS ( casAuthentication ) %]
     <div class="yui-u">
        <div id="login" class="container">
-       <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
+       <form action="https://koha.ffzg.hr/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
     <input type="hidden" name="koha_login_context" value="opac" />
        <fieldset class="brief">
                <legend>Log in to Your Account:</legend>