[pmwiki-users] authuser

Rene Paquin rpaquin at wlu.ca
Mon Mar 20 13:32:59 CST 2006


I am attempting to configure pmwiki ver2.0.13 Mysql ver 4.1 and php 5. 
I am stuck at the authentication process.  I ahve read and tried to
fgure out all about authuser.php but whatever I try I cannot get a user
logged in except for the admin.  Here is what i ahve done
 
In the config.php file:
 
## Define usernames and passwords.
 $AuthUser['rene'] = 'testing';
    
## Enable authentication based on username.
include_once('scripts/authuser.php');

$DefaultPasswords['admin'] = crypt('admin');
$DefaultPasswords['edit'] = 'id:*';
# $DefaultPasswords['edit'] = crypt('secret');
$DefaultPasswords['read'] = 'id:*';

 
I cannot get the user rene to login.  Whenever I try the login screen 
just sits there.  No error messages, no blank page just the login
screen.  I am new to all this so I would really appreciate if someone
could please help me out.  
 
Thank you.  
 
================================
Rene Paquin, MCSE
Library Network Administrator
Wilfrid Laurier University
Waterloo, Ontario, Canada
(519)884-0710 x3795
rpaquin at wlu.ca
**********************************************

 
================================
Rene Paquin, MCSE
Library Network Administrator
Wilfrid Laurier University
Waterloo, Ontario, Canada
(519)884-0710 x3795
rpaquin at wlu.ca
**********************************************


-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20060320/5dbdff22/attachment.html 


More information about the pmwiki-users mailing list