[pmwiki-users] Passwords

pmwiki at 911networks.com pmwiki at 911networks.com
Tue May 30 15:21:43 CDT 2006


I have been loosing my hair having problem with the passwords:

I try to edit some the admin pages:

Here is config.php
$DefaultPasswords['admin'] = crypt('123456');
$DefaultPasswords['edit']  = crypt('123456');
$DefaultPasswords['attr']  = crypt('123456');
$EnableDiag = 1;

I have tried with both:
$EnablePathInfo = 0;
$EnablePathInfo = 1;

It keeps asking for password.

with the debug on I used: ?action=phpinfo
PHP Version 4.4.2
Configure Command:'--with-mcrypt=/opt/lampp'
Server API 	Apache 2.0 Handler
mcrypt support	enabled
version 	>= 2.4.x
Supported ciphers: 	cast-128 gost rijndael-128 twofish arcfour 
cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des 
rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes: 	cbc cfb ctr ecb ncfb nofb ofb stream

I used ?action=crypt and get the page:

Enter password to encrypt: 123456

Encrypted password = $1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0

To set a site-wide password, insert the line below in your 
config.php file,
replacing 'type' with one of 'admin', 'read', 'edit', or 'attr'.
See PasswordsAdmin for more details.

   $DefaultPasswords['type']='$1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0';

This is not a public website. I searched through gmane and some 
people suggested to disable the cleanURL, made no difference. 
What else should I check for?

-- 
Thanks




More information about the pmwiki-users mailing list