<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Yes that does fix it.&nbsp; Thank you.&nbsp; However i notice that with the following configuration when I log in as rene/testing I can access the admin area.&nbsp; I shouldnt be able to do that am I correct?&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>## Enable authentication based on username.<BR>&nbsp;## Define usernames and passwords.<BR>&nbsp;$AuthUser['rene'] = crypt('testing'); <BR>$DefaultPasswords['edit'] = 'id:*';<BR>$DefaultPasswords['read'] = 'id:*';<BR>$DefaultPasswords['admin'] = crypt('admin');<BR>include_once('scripts/authuser.php');<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>================================<BR>Rene Paquin, MCSE<BR>Library Network Administrator<BR>Wilfrid Laurier University<BR>Waterloo, Ontario, Canada<BR>(519)884-0710 x3795<BR><A href="mailto:rpaquin@wlu.ca">rpaquin@wlu.ca</A><BR>**********************************************<BR><BR><BR>&gt;&gt;&gt; "Jon Haupt" &lt;jhaupt@gmail.com&gt; 3/21/2006 10:09:29 AM &gt;&gt;&gt;<BR></DIV>
<DIV style="COLOR: #000000">I think you may need to include authuser.php AFTER you set everything<BR>else, including the default passwords... and change the first password<BR>to crypt('testing'); does that fix it?<BR><BR>Jon<BR><BR>On 3/21/06, Rene Paquin &lt;rpaquin@wlu.ca&gt; wrote:<BR>&gt;<BR>&gt; Sorry.&nbsp; That didnt work either.<BR>&gt;<BR>&gt; ================================<BR>&gt; Rene Paquin, MCSE<BR>&gt; Library Network Administrator<BR>&gt; Wilfrid Laurier University<BR>&gt; Waterloo, Ontario, Canada<BR>&gt; (519)884-0710 x3795<BR>&gt; rpaquin@wlu.ca<BR>&gt; **********************************************<BR>&gt;<BR>&gt;<BR>&gt; &gt;&gt;&gt; Patrick Ogay &lt;lists@basel-inside.ch&gt; 3/20/2006 3:41 PM &gt;&gt;&gt;<BR>&gt;<BR>&gt; &gt;## Define usernames and passwords.<BR>&gt; *&gt;$AuthUser['rene'] = 'testing';*<BR>&gt;<BR>&gt; try:<BR>&gt; *$AuthUser['rene'] =** crypt('testing');&nbsp; /* or String from<BR>&gt; ?action=crypt */*<BR>&gt; **<BR>&gt; regards<BR>&gt; Patrick Ogay<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; pmwiki-users mailing list<BR>&gt; pmwiki-users@pmichaud.com<BR>&gt; <A href="http://host.pmichaud.com/mailman/listinfo/pmwiki-users">http://host.pmichaud.com/mailman/listinfo/pmwiki-users</A><BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; pmwiki-users mailing list<BR>&gt; pmwiki-users@pmichaud.com<BR>&gt; <A href="http://host.pmichaud.com/mailman/listinfo/pmwiki-users">http://host.pmichaud.com/mailman/listinfo/pmwiki-users</A><BR>&gt;<BR>&gt;<BR>&gt;<BR><BR><BR>--<BR>Jon Haupt<BR>Fine &amp; Performing Arts Librarian<BR>Iowa State University<BR>152 Parks Library<BR>Ames, IA 50011<BR>515-294-0904<BR>jhaupt@iastate.edu<BR></DIV></BODY></HTML>