[pmwiki-users] AuthUser and admin password

Patrick R. Michaud pmichaud at pobox.com
Wed Sep 27 07:29:48 CDT 2006


On Wed, Sep 27, 2006 at 02:01:31PM +0300, 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
> 
> 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

1.  Are the Site.* pages available?  They normally come in the
    wikilib.d/ directory.  In particular, you should be able to
    view Site.AuthUser and Site.AuthForm in the wiki.

2.  To set a site admin password, use

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

Pm




More information about the pmwiki-users mailing list