[pmwiki-users] admin password

Patrick R. Michaud pmichaud at pobox.com
Thu Jun 29 14:33:31 CDT 2006


On Wed, Jun 28, 2006 at 04:10:49PM -0400, kevin.parker at us.schneider-electric.com wrote:
>    Hi,
> 
>    I installed PHP 4.4.3 and PmWiki 2.1.11 on a machine running Windows XP
>    pro. I am using IIS for the web server. Everything seems ok but when I
>    edit the SideBar I do not get prompted for a password. I have set the
>    $DefaultPasswords['admin'] = crypt('onesecret');  in the config.php but
>    this made no difference. Can someone please help me understand "whatz up"?
>    Is it windows file permission problem or something else?

You may also need to set a default session path (PHP under Windows doesn't
seem to automatically do this).  Try adding the following near the top of
your local/config.php:

    session_save_path('C:\TEMP');

(Replace C:\TEMP with any suitable temporary directory.)

Pm




More information about the pmwiki-users mailing list