AuthenticatedAttach

Summary: Lets the user view an Attachment only if they have the appropriate password
Version:
Prerequisites: Requires Cookbook.AuthenticatedAsConditional
Status: Obsolete
Maintainer:
Categories: Uploads, Security, Obsolete,

AuthenticatedAttach

Note: This recipe is (probably) obsolete as of PmWiki version 2.0.beta31 (added ability to password-protect uploads there, see Cookbook.SecureAttachments). ThomasP

Currently only lets the user view an Attach, if they have the appropiate password.

For instance. Bob has permissions for reaches the page "GroupA/ExamplePage" with the following

Attach:GroupA/Filename1.gif
Attach:GroupB/Filename2.gif

Bob will only see the first image. The second image will be empty (0 bytes).

Note* I used this ages ago, and have not tested this recently. I doubt it will work with the latest versions of PmWiki, though it might be worth a look at if you want something similar.

GetFile.phpΔ

Comments

See discussion at AuthenticatedAttach-Talk