[pmwiki-users] Passwords

pmwiki at 911networks.com pmwiki at 911networks.com
Wed May 31 11:31:37 CDT 2006


Patrick R. Michaud wrote:
>>> Also, try accessing pmwiki.php with ?action=diag -- what value
>>> is being reported for 'DefaultPasswords'?

$DefaultPasswords['admin']='$1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0';
$DefaultPasswords['edit']='$1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0';
$DefaultPasswords['attr']='$1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0';

>>      [DefaultPasswords] => Array
>>          (
>>              [admin] => $1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0
>>              [read] =>
>>              [edit] => $1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0
>>              [attr] => $1$R5Tw59.F$k8/VPXD3j4emIMbZKH5Zm0
>>          )
> 
> Are you still setting $DefaultPasswords with...?
> 
>     $DefaultPasswords['admin'] = crypt('123456');
>     $DefaultPasswords['edit'] = crypt('123456');
>     $DefaultPasswords['attr'] = crypt('123456');

    [DefaultPasswords] => Array
         (
             [admin] => $1$pTutA8Jm$0NTAwZAJGiGmakNIP4jKP1
             [read] =>
             [edit] => $1$kwBb8y2z$NEHgMs5HxTGdob9zC6CPm1
             [attr] => $1$iBxUwzDC$Pfbr2rXCObE7tDoJPdADT0
         )


-- 
Thanks




More information about the pmwiki-users mailing list