[pmwiki-users] Limitation of encrypt function?

Patrick R. Michaud pmichaud at pobox.com
Sat Nov 25 09:23:24 CST 2006


On Fri, Nov 24, 2006 at 10:26:11PM +0100, Jan Erik Moström wrote:
> Reply to Patrick R. Michaud <pmichaud at pobox.com> 06-11-24 13:29:
> 
> >What are you using to set the passwords?
> 
> (:encrypt some=thing:)

Oh, yes.  The (:encrypt:) function uses ParseArgs on its arguments,
and so it thinks of "some=thing" as being a "some" parameter instead
of just a password.

The following would work instead:

    (:encrypt "some=thing":)

Beyond that, I'm not sure what I'll want to do here; I might
be able to make (:encrypt:) a bit smarter about handling its
parameters, though.

Pm




More information about the pmwiki-users mailing list