[pmwiki-users] New AuthUser documentation, review/suggestions needed

Patrick R. Michaud pmichaud at pobox.com
Sun Mar 5 23:04:09 CST 2006


On Sun, Mar 05, 2006 at 10:28:56PM -0600, Patrick R. Michaud wrote:
> On Sun, Mar 05, 2006 at 11:27:19PM -0500, Bronwyn Boltwood wrote:
> > Were I planning to use Site.AuthUser, I would have no clue how to produce
> > 
> >     username: $1$Oq6.2RKJ$Qi0Y8YpCUSqF2sQxBO9r/.
> > 
> > Is there a step involving ?action=crypt missing?
> 
> The easiest way to do this is:
> 
>     username: (:encrypt something:)
> 
> When the page is saved, PmWiki automatically takes "(:encrypt something:)"
> and replaces it with the crypt of "something".

Oh, I see what happened.  When creating the page I forgot to properly
escape the embedded (:encrypt:) instructions, and PmWiki replaced them
with encrypted strings, as it is supposed to.  :-)

It's fixed now, thanks.

Pm




More information about the pmwiki-users mailing list