Re: [pmwiki-users] Custom Action and Authentication

2014-02-11 Thread Crisses
That's exactly the feedback I needed. I'm testing in a pure new pmwiki install, no extra includes just the auth password set...and that fixes the issue. Next is figuring out how to handle that as far as making it a "real" recipe. So it wasn't that this recipe was calling anything -- some oth

Re: [pmwiki-users] Custom Action and Authentication

2014-02-11 Thread Petko Yotov
I don't have the potential to review and debug all this but you need to NOT have a username $_POST['authid'] at all, not empty, just not set, if you only use "shared password" protection. Is it possible that you have some function calls to CondAuth(), RetrieveAuthPage(), PageVar(), FmtPageN

Re: [pmwiki-users] Custom Action and Authentication

2014-02-11 Thread Crisses
On Feb 11, 2014, at 3:42 AM, Petko Yotov wrote: > Petko Yotov writes: > >> Crisses writes: >>> « HTML content follows » >>> Hi, >>> >>> I've spent a day trying to fix this, so I have to figure that the >>> documentation or myself (or both) aren't up to the task... >>> >>> I have an array of

Re: [pmwiki-users] Custom Action and Authentication

2014-02-11 Thread Petko Yotov
Petko Yotov writes: Crisses writes: « HTML content follows » Hi, I've spent a day trying to fix this, so I have to figure that the documentation or myself (or both) aren't up to the task... I have an array of (xml scalar) variables being passed to PmWiki via ? action=xmlrpc, including the

Re: [pmwiki-users] Custom Action and Authentication

2014-02-11 Thread Petko Yotov
Crisses writes: « HTML content follows » Hi, I've spent a day trying to fix this, so I have to figure that the documentation or myself (or both) aren't up to the task... I have an array of (xml scalar) variables being passed to PmWiki via ? action=xmlrpc, including the author & password.  A

[pmwiki-users] Custom Action and Authentication

2014-02-10 Thread Crisses
Hi, I've spent a day trying to fix this, so I have to figure that the documentation or myself (or both) aren't up to the task... I have an array of (xml scalar) variables being passed to PmWiki via ?action=xmlrpc, including the author & password. All the xmlrpc functions are in their own clas