<span class="Apple-style-span" style="border-collapse: collapse; ">Thanks for the suggestion Guillermo.  <div>I copied your lines of code into config.php and it makes no difference when I go to login. </div><div>Is there anthing I&#39;m missing?</div>
<div><br></div><div>Thanks,</div><div>James</div><div><br></div></span><br><div class="gmail_quote">On Fri, Mar 6, 2009 at 6:51 PM, Guillermo Calderon - INCO <span dir="ltr">&lt;<a href="mailto:calderon@fing.edu.uy">calderon@fing.edu.uy</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">James M escribió:<br>
<div class="im">&gt; It seems that the login pages on pmwiki are `en clair&#39; (unencrypted - eg<br>
&gt; not https). Is there any way around this, apart from hosting the whole<br>
&gt; site on https ?<br>
&gt; The IT guru who guards our servers at university is unhappy about having<br>
&gt; pmwiki installed where passwords are transmitted without being encrypted.<br>
&gt;<br>
<br>
</div>In a previous message I wrote this:<br>
<br>
===============<br>
I have implemented a simple solution where only passwords are sent<br>
    via SSL and the other posts are sent via http.<br>
<br>
In config.php:<br>
<br>
SDVA($InputTags[&#39;auth_form&#39;], array(<br>
     &#39;:html&#39; =&gt; &quot;&lt;form<br>
          action=&#39;https://{$_SERVER[&#39;HTTP_HOST&#39;]}{$_SERVER[&#39;REQUEST_URI&#39;]}&#39;<br>
          method=&#39;post&#39;<br>
          name=&#39;authform&#39;&gt;\$PostVars&quot;));<br>
<br>
This way the action field of the auth-form sends  all the information<br>
via https.<br>
============================<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br>