<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. Thank you. However i notice that with the following configuration when I log in as rene/testing I can access the admin area. I shouldnt be able to do that am I correct? </DIV>
<DIV> </DIV>
<DIV>## Enable authentication based on username.<BR> ## Define usernames and passwords.<BR> $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> </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>>>> "Jon Haupt" <jhaupt@gmail.com> 3/21/2006 10:09:29 AM >>><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 <rpaquin@wlu.ca> wrote:<BR>><BR>> Sorry. That didnt work either.<BR>><BR>> ================================<BR>> Rene Paquin, MCSE<BR>> Library Network Administrator<BR>> Wilfrid Laurier University<BR>> Waterloo, Ontario, Canada<BR>> (519)884-0710 x3795<BR>> rpaquin@wlu.ca<BR>> **********************************************<BR>><BR>><BR>> >>> Patrick Ogay <lists@basel-inside.ch> 3/20/2006 3:41 PM >>><BR>><BR>> >## Define usernames and passwords.<BR>> *>$AuthUser['rene'] = 'testing';*<BR>><BR>> try:<BR>> *$AuthUser['rene'] =** crypt('testing'); /* or String from<BR>> ?action=crypt */*<BR>> **<BR>> regards<BR>> Patrick Ogay<BR>><BR>> _______________________________________________<BR>> pmwiki-users mailing list<BR>> pmwiki-users@pmichaud.com<BR>> <A href="http://host.pmichaud.com/mailman/listinfo/pmwiki-users">http://host.pmichaud.com/mailman/listinfo/pmwiki-users</A><BR>><BR>> _______________________________________________<BR>> pmwiki-users mailing list<BR>> pmwiki-users@pmichaud.com<BR>> <A href="http://host.pmichaud.com/mailman/listinfo/pmwiki-users">http://host.pmichaud.com/mailman/listinfo/pmwiki-users</A><BR>><BR>><BR>><BR><BR><BR>--<BR>Jon Haupt<BR>Fine & 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>