[pmwiki-users] Site upload password problem

Patrick R. Michaud pmichaud at pobox.com
Mon Jan 29 13:24:27 CST 2007


On Fri, Jan 26, 2007 at 07:13:10AM -0800, Nicholas Buttle wrote:
> Hi
> 
> My pages report that there is a site wide upload
> password.  In config.php however that directive is
> definitely commented out.

PmWiki's default is that uploading is locked.
Commenting out the $DefaultPasswords['upload']
entry in config.php just means to use the (locked) default.

> Is there a way to set a site wide password for uploads
> that I may have done a while back and forgotten about?
>  How do I disable the sitewide upload password?

To disable the sitewide upload password (i.e., allow people
to upload without specifying a password), set it to an
empty string, as in:

    $DefaultPasswords['upload'] = '';

Pm



More information about the pmwiki-users mailing list