00026: "integrated" form-based authorization
Description: Would it be possible to better integrate user authorization into PmWiki? I think something like http://www.pmichaud.com/wiki/Cookbook/SessionAuthForm in PmWiki 1.x would be perfect.
I tried to use the SessionAuthForm script in PmWiki 2.0 but couldn't get it to work.
Session-based authentication is now the default in PmWiki 2.
- But how to integrate the form into a wiki page? The SessionAuthForm script made it possible to have it seamlessly integrated in the page.
I ported my SessionAuthForm script to PmWiki 2.0 (Attach:sessionauthform.php.txt). See [(approve links) edit diff] for an example of how it looks like.
A problem I had, was that I wasn't sure how to use Markup(). Could you please have a look at it, Pm?
Maybe this would be something to add to the standard distribution.
-- thom
I found a nice password request implementation at [(approve links) edit diff] this page is a PmWiki installation! -- Armin
Cookbook/UserAuth also uses form based authorization. -- JamesMcDuffie