PITS /
00406: Disable Upload Password
Summary: Disable Upload Password
Created: 2005-03-24 06:38
Status: Closed - already available
Category: Feature
From: Uli
Assigned:
Priority: 3
Version: any
OS:
Description: Uploading stuff to pages should be protected - great. One of my pmwiki installations is in a closed ldap-protected environment with individual usernames and passwords.
For this there should be a setting like $UploadsNeedPassword_DANGER_THIS_IS_INSECURE = 0; to prevent double-protection in such a scenario.
For now I helped myself by uncommenting one line in scripts/upload.php
-Uli
If you want to disable PmWiki's upload passwords, simply set
$DefaultPasswords
['uploads'] = '';
--Pm
Presumably, that should read 'upload' rather than 'uploads'.
--Rl