[Pmwiki-users] passwords not accepted

Patrick R. Michaud pmichaud
Mon Apr 19 07:44:28 CDT 2004


Hmm.  Do other passwords not work either, or is it just the
admin password that's not working?

You may be on one of those PHP configurations that doesn't understand/support
HTTP authentication.  Try adding the line

   include_once('scripts/sessionauth.php');

to your config.php and see if that resolves the problem.

Pm


On Mon, Apr 19, 2004 at 11:04:21AM +0200, Bodo Teichmann wrote:
> i'm using pmwiki 0.6.15.
> all passwords i set (admin password in config.php goup or page 
> passwords) are not  accepted if  i want to  access the page after 
> setting the password.
> in config.php i set:
> $DefaultPasswords['admin'] = crypt('admin');
> but if you try to access this page:
> http://db.tanzerei.com/pmwiki/pmwiki.php?pagename=Main.WikiSandbox&action=attr
> the "admin"  is not accepted, as you can test for yourself
> any ideas  what goes wrong here?
> 
> bodo
> 
> 
> 
> -- 
> Pmwiki-users mailing list
> Pmwiki-users at pmichaud.com
> http://pmichaud.com/mailman/listinfo/pmwiki-users_pmichaud.com



More information about the pmwiki-users mailing list