[Pmwiki-users] Password Problems

Brandon Philips brandon
Wed Nov 26 15:33:37 CST 2003


Now that seems to work but even after setting the edit and attr passwords using http://clevercoder.com/index.php?action=attr , it still allows me to edit pages w/o a password.

It is likely I am following the directions wrong because they aren't very clear on how to actually set up password protection, to me anyways.

Thanks,
Brandon Philips

---------- Original Message ----------------------------------
From: Nathan Jones <nathanj at optimo.com.au>
Date:  Thu, 27 Nov 2003 09:21:30 +1100

>brandon at clevercoder.com wrote:
>> $DefaultPasswords['admin'] = crypt('mysecret'); 
>>into my local.php and no change when I visited
>>clevercoder.com/index.php?action=attr .  It still wouldn't let me in.
>
>By default, PmWiki uses Basic HTTP auth (ie. browser pops up a username
>and password prompt). Not sure why it's not working for you, but some web
>server set ups don't support it. Didn't work for me either.
>
>You could try adding:
>
>include_once("scripts/sessionauth.php");
>
>...to local.php. This will get PmWiki to prompt for a password in a web
>based form instead.
>
>-- 
>Nathan Jones
>



More information about the pmwiki-users mailing list