[pmwiki-users] The Challenge: Is there a simple, dependable PHP login script?

Hans design5 at softflow.co.uk
Thu Mar 17 15:04:44 CDT 2011


Thursday, March 17, 2011, 6:10:49 PM, Randy Brown wrote:

> I would expect what you did to work. 

> Did it fail in the simplest PmWiki configuration? Have you verified
> that Main.HomePage's read password was successfully changed to @nopass?

yes. No included recipe scripts.

Excerpt from the page file:

version=pmwiki-2.2.24 ordered=1 urlencoded=1
agent=Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
author=
charset=ISO-8859-1
csum=
host=127.0.0.1
name=Main.HomePage
passwdread=@nopath

Excerp from config.php

$DefaultPasswords['admin'] = crypt('admin');
$DefaultPasswords['auth'] = crypt('auth');
$DefaultPasswords['edit'] = crypt('edit');
$DefaultPasswords['read'] = crypt('read');

Main.HomePage requires password

As you see this is running on my local machine, just for testing.

I checked this on another test site on my computer, with same result.


  ~Hans




More information about the pmwiki-users mailing list