[pmwiki-users] Password Help
Susan
pmwiki at onebit.ca
Sat Dec 17 20:15:23 CST 2005
I'm using the wiki as a single-user site. As in, I write it, others can only
read it. At least, that's the intent.
I've got the following in the local/config.php file:
$DefaultPasswords['admin'] = crypt('secret');
$DefaultPasswords['edit'] = crypt('secret');
$DefaultPasswords['attr'] = crypt('secret');
$EnableUpload = 1;
$DefaultPasswords['upload'] = crypt('secret');
But, I've never typed a password yet, and can still edit all the pages and
upload stuff.
What should I be doing differently?
Susan
More information about the pmwiki-users
mailing list