<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'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"><<a href="mailto:calderon@fing.edu.uy">calderon@fing.edu.uy</a>></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">> It seems that the login pages on pmwiki are `en clair' (unencrypted - eg<br>
> not https). Is there any way around this, apart from hosting the whole<br>
> site on https ?<br>
> The IT guru who guards our servers at university is unhappy about having<br>
> pmwiki installed where passwords are transmitted without being encrypted.<br>
><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['auth_form'], array(<br>
':html' => "<form<br>
action='https://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}'<br>
method='post'<br>
name='authform'>\$PostVars"));<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>