PITS /
00752: AuthUser wont allow login even with correct password unless i've loaded Site.AuthUser
Summary: AuthUser wont allow login even with correct password unless i've loaded Site.AuthUser
Created: 2006-06-05 11:49
Status: Awaiting feedback
Category: Bug
From: Vociferous
Assigned:
Priority: 4
Version: 2.1.10
OS: Linux/Apache 2.2.2/PHP 4.4.2
Description: i can only login if i have loaded Site.AuthUser(without password) only then will pmwiki accept my login/password
this works until i restart my browser..
Very odd. Unfortunately, I'm not sure where to begin looking for this problem -- could you perhaps send me a copy of your config.php, or a url to the site that is having trouble?
--Pm
my Site.AuthUser contains
admin1: (:encrypt password:)
user1: (:encrypt userpass:)
my config.php
include_once("scripts/authuser.php");$DefaultPasswords
['admin'] = 'id:admin1';$DefaultPasswords
['upload'] = 'id:user1';$DefaultPasswords
['read'] = 'id:*';$DefaultPasswords
['edit'] = 'id:user1';