[pmwiki-users] AuthUser and admin password

Crisses crisses at kinhost.org
Wed Sep 27 07:28:29 CDT 2006


On Sep 27, 2006, at 7:01 AM, Mark Trumpold wrote:

> Hi
>
> I seem to be having trouble or I just don't get it
>
> 1. I added the  include_once("$FarmD/scripts/authuser.php"); line  
> in the
> config.php file on my server. But I cant seem to get the  
> site.authUser  page
> or form

the command you added looks good.

The page you want is Site.AuthUser or http://yourdomain.com/ 
pmwiki.php?n=Site.AuthUser

See if that helps.

> 2. I put a $DefaultPasswords['john'] = crypt('john'); for a site admin
> password. Nothing seems to happen when I make new edit pages, I get no
> password prompt etc

This should be
$DefaultPasswords['admin'] = crypt('john');


Crisses





More information about the pmwiki-users mailing list