[Pmwiki-users] PmWiki password puzzle

John Rankin john.rankin
Thu Aug 26 16:00:46 CDT 2004


On Friday, 27 August 2004 12:47 AM, Patrick R. Michaud <pmichaud at pobox.com> wrote:
>...I'm simply asking if it'd be okay
>to use space instead of comma, such that one could set
>
>   read: pass1 pass2 pass3 pass4
>
>This is to avoid confusion for when I introduce user-based authorization,
>where I want someone to be able to specify a list of authorized users
>separated by commas.
>
>Pm
>
The space character is fine with me. In which case the line in 
the BasicAuth function that reads

    @$passwd = $grouppg["passwd$level"];

could change to

    @$passwd = explode(" ",$grouppg["passwd$level"]); 

That would solve the immediate problem and still work in PmWiki 2. 
Is that right?

Then we just enter a space-separated list on the GroupAttributes page.

-- 
JR
--
John Rankin





More information about the pmwiki-users mailing list