[pmwiki-users] Passwords

Patrick R. Michaud pmichaud at pobox.com
Thu Mar 30 13:48:37 CST 2006


On Thu, Mar 30, 2006 at 11:24:01AM -0800, pmwiki at 911networks.com wrote:
> I am a newbie to PMWiki. I just installed PMWiki, and I have a 
> problem with the passwords:
> 
> in local/config.php: I have set:
> 
> $ScriptUrl = 'http://localhost/pmwiki.php';
> $PubDirUrl = 'http://localhost/pub';
> 
> $DefaultPasswords['admin'] = crypt('123456');
> 
> as a temporary password on the local network. But when I want to 
> create or edit a page, PM prompts and keeps on prompting it does 
>   not accept 123456, but no error message.
> 
> I searched and also tried with:
> $DefaultPasswords['admin']='$1$vJyOzwZH$pKrytAl77KQprLqAKVti1.';
> 
> which is 123456
> 
> All the directories are owned by: nobody:nogroup. I use Apache 
> 2.2.0, PHP 4.4.1 on Ubuntu 5.10
> 
> Any suggestion?

Several people have reported problems with Apache 2.2.0; do you
happen to know if your copy of Apache is using the fastcgi
extensions?

(I think I'm going to have to get my own copy of Apache 2.2.0
to play with, since something seems to have substantially
changed in that version.)

Pm




More information about the pmwiki-users mailing list