[pmwiki-users] AuthUser keeps asking for password
Adrian Kornhauser
adkorn at gmail.com
Mon Jan 9 18:51:04 CST 2006
Hello:
I really don't know what is going on! After giving a valid user and
password I can view Main.HomePage PmWiki keeps asking for the use and
password over and over again.
Something that could help discovering what I am certainly doing wrong is
that even if I have not provided my login and password an error is
presented in the authentication page:
Main /
HomePage
Password required
Name/password not recognized
The pertinent lines in my "config.php" are:
$AuthUser['bart'] = crypt('tomato');
$DefaultPasswords['edit'] = 'id:*';
$DefaultPasswords['read'] = 'id:*';
$DefaultPasswords['upload'] = 'id:adkor';
$DefaultPasswords['admin'] = crypt('memo');
include_once('scripts/authuser.php');
Can you please help me?
Happy new year Adrián.
More information about the pmwiki-users
mailing list