Fredag 19 oktober 2007 20:11 kvad Jeff Schallenberg:
> On 10/19/07, Johnny Ernst Nielsen <[EMAIL PROTECTED]> wrote:
> > $DefaultPasswords['read'] = crypt('readpassword');
>
> That was the one I was missing.
>
> Thank you, Johnny!
You are welcome :o)
One last thing.
It will me more secure if you substitute crypt('password')
with 'encryptedpassword' like this:
$DefaultPasswords['admin'] = '$1$PFDIJCau$7dTdugPw8o9y6kgMzM3ua0';
If you go to Main.HomePage?action=crypt you can have your password
encrypted.
Otherwise, anyone gaining access to read your config.php can read your
password, because it's right there in plain text inside the crypt()
function.
Best regards :o)
Johnny :o)
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users