[pmwiki-users] How to clear the passwd for uploads?

Patrick R. Michaud pmichaud at pobox.com
Tue Apr 12 14:13:42 CDT 2005


On Tue, Apr 12, 2005 at 01:53:11PM -0400, cyclops wrote:
> I installed the pmwiki latest version.
> 
> And know I have problem with the upload.
> 
> Whenever I tried to upload, it asked for a passwd.
> 
> in my local/config.php
> 
> I put:
> 
> $DefaultPasswords['upload'] = crypt('');
> [...]
> Please give me some help on how to really clean the passwd for "upload"?

Try instead:

   $DefaultPasswords['upload'] = '';

Pm



More information about the pmwiki-users mailing list